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

Definición

Obtiene el elemento en el í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

Índice.

Valor de propiedad

T

El elemento.

Implementaciones

Excepciones

La propiedad IsDefault devuelve true.

Se aplica a