ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Vlastnost

Definice

Získá , ICollection který obsahuje klíče .IDictionary<TKey,TValue>

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

Hodnota vlastnosti

Rozhraní, které obsahuje klíče objektu IDictionary<TKey,TValue>.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že ConcurrentDictionary<TKey,TValue> je instance přetypovaná na IDictionary rozhraní.

Platí pro

Viz také