ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Values Właściwość

Definicja

Pobiera element ICollection<T> zawierający wartości w obiekcie IDictionary<TKey,TValue>.

property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection
 ReadOnly Property Values As ICollection Implements IDictionary.Values

Wartość właściwości

Obiekt ICollection<T> zawierający wartości w obiekcie, który implementuje IDictionary<TKey,TValue>element .

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableDictionary<TKey,TValue>.Builder wystąpienie jest rzutowe do interfejsu IDictionary .

Dotyczy