ConcurrentDictionary<TKey,TValue>.Keys Eigenschaft

Definition

Ruft eine Auflistung ab, die die Schlüssel im Dictionary<TKey,TValue> enthält.

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

Eigenschaftswert

ICollection<TKey>

Eine Auflistung der Schlüssel in Dictionary<TKey,TValue>.

Implementiert

Gilt für:

Weitere Informationen