共用方式為


IArrayContract<C>.GetItem(Int32) 方法

定義

傳回位於指定之索引處的元素。

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

在指定索引上的項目。

例外狀況

index 小於零。

-或-

index 等於或大於 GetCount() 的傳回值。

適用於