SynchronizedKeyedCollection<K,T>.Item[K] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中取得具有指定之索引鍵的項目。
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
項目。