ImmutableSortedDictionary<TKey,TValue>.IDictionary.Values Egenskap

Definition

Hämtar en ICollection<T> som innehåller värdena i 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

Egenskapsvärde

En ICollection<T> som innehåller värdena i objektet som implementerar IDictionary<TKey,TValue>.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableSortedDictionary<TKey,TValue> skickas till ett IDictionary gränssnitt.

Gäller för