ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Proprietà

Definizione

Ottiene l'elemento in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice.

Valore della proprietà

T

Elemento.

Implementazioni

Eccezioni

La proprietà IsDefault restituisce true.

Si applica a