ImmutableSortedDictionary<TKey,TValue>.Builder.Values Свойство

Определение

Возвращает коллекцию, содержащую значения неизменяемого отсортированного словаря.

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)

Значение свойства

IEnumerable<TValue>

Коллекция значений из объекта, который реализует словарь.

Реализации

Применяется к