IReadOnlyDictionary<K,T>.Values Property

Definition

Gets an IEnumerable<T> containing the values of the IReadOnlyDictionary<K,T>.

public System.Collections.Generic.IEnumerable<T> Values { get; }
member this.Values : seq<'T>
Public ReadOnly Property Values As IEnumerable(Of T)

Property Value

Applies to