ImmutableDictionary<TKey,TValue>.Values Propriedade
Definição
Obtém os valores no dicionário imutável.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 da propriedade
- IEnumerable<TValue>
Os valores no dicionário imutável.The values in the immutable dictionary.