Bagikan melalui


SynchronizedKeyedCollection<K,T>.Item[K] Properti

Definisi

Mendapatkan item dengan kunci tertentu dari koleksi.

public:
 property T default[K] { T get(K key); };
public T this[K key] { get; }
member this.Item('K) : 'T
Default Public ReadOnly Property Item(key As K) As T

Parameter

key
K

Kunci untuk item yang diambil.

Nilai Properti

T

Item jenis T dari koleksi dengan kunci yang ditentukan.

Berlaku untuk