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

Definicja

Pobiera kolekcję zawierającą wartości słownika niezmiennego.

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>

Kolekcja zawierająca wartości obiektu implementujące słownik.

Implementuje

Dotyczy