ItemCollection<TItem>.Item[Int32] プロパティ

定義

指定した index のアイテムを取得します。

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

取得する項目の 0 から始まるインデックス。

プロパティ値

TItem

指定したインデックス位置の項目。

適用対象