ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Properti

Definisi

ICollection Mendapatkan yang berisi kunci 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

Nilai Properti

Antarmuka yang berisi kunci IDictionary<TKey,TValue>.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan ConcurrentDictionary<TKey,TValue> ke IDictionary antarmuka.

Berlaku untuk

Lihat juga