Aracılığıyla paylaş


TableSectionBase<T>.Item[Int32] Özellik

Tanım

tarafından indexbelirtilen bu TableSectionBase<T> nesnenin konumunda depolanan öğeyi döndürür.

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

Parametreler

index
System.Int32

Döndürülecek öğenin konumu.

Özellik Değeri

T

Uygulamalar

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

Şunlara uygulanır