Compartilhar via


TableSectionBase<T>.Item[Int32] Propriedade

Definição

Retorna o item armazenado no local neste objeto TableSectionBase<T> especificado por index.

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

Parâmetros

index
System.Int32

O local do item a ser retornado.

Valor da propriedade

T

Implementações

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

Aplica-se a