ItemCollection<TItem>.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado.

public:
 property TItem default[int] { TItem get(int index); };
public TItem this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TItem

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener.

Valor de propiedad

TItem

El elemento en el índice especificado.

Se aplica a