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

定義

この TableSectionBase<T> オブジェクト内で、index によって指定された場所に格納されている項目が返されます。

public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set

パラメーター

index
System.Int32

返される項目の場所。

プロパティ値

T

実装

System.Collections.Generic.IList`1.Item(System.Int32)

適用対象