ImmutableDictionary<TKey,TValue>.Values Właściwość

Definicja

Pobiera wartości w niezmiennym słowniku.

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)

Wartość właściwości

IEnumerable<TValue>

Wartości w niezmiennym słowniku.

Implementuje

Dotyczy