ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Eigenschap

Definitie

Hiermee haalt u een ICollection op met de sleutels van de 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

Waarde van eigenschap

Een interface die de sleutels van de IDictionary<TKey,TValue>.

Implementeringen

Opmerkingen

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

Van toepassing op

Zie ook