共用方式為


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)

適用於