Język

ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Właściwość

Definicja

Pobiera element ICollection zawierający klucze elementu 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

Wartość właściwości

Interfejs zawierający klucze obiektu IDictionary<TKey,TValue>.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy ConcurrentDictionary<TKey,TValue> wystąpienie jest rzutowanie do interfejsu IDictionary .

Dotyczy

Zobacz też