IListContract<C>.GetItem(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回位於指定之索引處的元素。
public:
C GetItem(int index);
public C GetItem (int index);
abstract member GetItem : int -> 'C
Public Function GetItem (index As Integer) As C
參數
- index
- Int32
要取得之項目的以零為起始的索引。
傳回
C
在指定索引上的項目。
例外狀況
備註
方法 GetItem 不會移除位於指定索引處的專案。 若要從 IListContract<C>移除 專案,請使用 RemoveAt 方法。