ImmutableSortedDictionary<TKey,TValue>.Builder.Values Propiedad

Definición

Obtiene una colección que contiene los valores del diccionario ordenado 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>

Colección que contiene los valores del objeto que implementa el diccionario.

Implementaciones

Se aplica a