ImmutableSortedDictionary<TKey,TValue>.Builder.Values Vlastnost

Definice

Získá kolekci, která obsahuje hodnoty neměnného seřazeného slovníku.

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)

Hodnota vlastnosti

IEnumerable<TValue>

Kolekce obsahující hodnoty objektu, který implementuje slovník.

Implementuje

Platí pro