Dictionary<TKey,TValue>.IDictionary<TKey,TValue>.Keys Eigenschaft

Definition

Ruft eine ICollection<T> ab, die die Schlüssel des IDictionary<TKey,TValue> enthält.

property System::Collections::Generic::ICollection<TKey> ^ System::Collections::Generic::IDictionary<TKey,TValue>::Keys { System::Collections::Generic::ICollection<TKey> ^ get(); };
System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Keys : System.Collections.Generic.ICollection<'Key>
 ReadOnly Property Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys

Eigenschaftswert

ICollection<TKey>

Eine ICollection<T> vom Typ TKey, die die Schlüssel des IDictionary<TKey,TValue> enthält.

Implementiert

Gilt für: