ConcurrentDictionary<TKey,TValue>.Keys Properti

Definisi

Mendapatkan koleksi yang berisi kunci di Dictionary<TKey,TValue>.

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)

Nilai Properti

ICollection<TKey>

Kumpulan kunci di Dictionary<TKey,TValue>.

Penerapan

Berlaku untuk

Lihat juga