ImmutableSortedDictionary<TKey,TValue>.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

Element 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 ImmutableSortedDictionary<TKey,TValue> wystąpienie jest rzutowanie do interfejsu IDictionary .

Dotyczy