ImmutableDictionary<TKey,TValue>.Values Propiedad

Definición

Obtiene los valores del diccionario inmutable.

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

Valor de propiedad

IEnumerable<TValue>

Valores del diccionario inmutable.

Implementaciones

Se aplica a