ImmutableSortedDictionary<TKey,TValue>.IDictionary.Values Eigenschap

Definitie

Hiermee haalt u een ICollection<T> met de waarden in de 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

Waarde van eigenschap

Een ICollection<T> met de waarden in het object dat wordt geïmplementeerd IDictionary<TKey,TValue>.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ImmutableSortedDictionary<TKey,TValue> exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op