ImmutableDictionary<TKey,TValue>.Values Propiedad
Definición
Obtiene los valores del diccionario inmutable.Gets the values in the immutable dictionary.
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>
Valores del diccionario inmutable.The values in the immutable dictionary.