IReadOnlyDictionary<K,T>.Values Propiedad

Definición

Obtiene un IEnumerable<T> objeto que contiene los valores de .IReadOnlyDictionary<K,T>

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

Valor de propiedad

Se aplica a