ItemCollection<TItem>.Item[Int32] 属性

定义

获取指定索引处的项。

public:
 property TItem default[int] { TItem get(int index); };
public TItem this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TItem

参数

index
Int32

要获取的项的从零开始的索引。

属性值

TItem

指定索引处的项。

适用于