TableSectionBase<T>.Item[Int32] Vlastnost

Definice

Vrátí položku, která je uložena v umístění v tomto TableSectionBase<T> objektu určeném nástrojem index.

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

Parametry

index
System.Int32

Umístění položky, která se má vrátit.

Hodnota vlastnosti

T

Implementuje

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

Platí pro