言語

MapObjectCollectionBase<T>.Item[Int32] プロパティ

定義

指定したインデックス位置にある項目を取得します。

public:
 virtual property T default[int] { T get(int index); };
public override T this[int index] { get; }
member this.Item(int) : 'T
Default Public Overrides ReadOnly Property Item(index As Integer) As T

パラメーター

index
Int32

項目のインデックス。

プロパティ値

T

指定されたインデックス上のマップオブジェクト。

適用対象