ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Propriedade

Definição

Obtém o elemento no índice especificado.

property T System::Collections::Generic::IReadOnlyList<T>::Item[int] { T get(int index); };
T System.Collections.Generic.IReadOnlyList<T>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<T>.Item(int) : 'T
 ReadOnly Property Item(index As Integer) As T Implements IReadOnlyList(Of T).Item

Parâmetros

index
Int32

O índice.

Valor da propriedade

T

O elemento .

Implementações

Exceções

A propriedade IsDefault retorna true.

Aplica-se a