ConcurrentDictionary<TKey,TValue>.Keys Özellik

Tanım

içindeki Dictionary<TKey,TValue>anahtarları içeren bir koleksiyon alır.

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)

Özellik Değeri

ICollection<TKey>

içindeki Dictionary<TKey,TValue>anahtar koleksiyonu.

Uygulamalar

Şunlara uygulanır

Ayrıca bkz.