SynchronizedKeyedCollection<K,T>.Item[K] 屬性

定義

從集合中取得具有指定之索引鍵的項目。

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

參數

key
K

擷取之項目的索引鍵。

屬性值

T

來自具有指定索引鍵之集合的型別 T 項目。

適用於