IArrayContract<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
在指定索引上的項目。