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

Definizione

Ottiene l'elemento in corrispondenza dell'indice specificato del segmento di matrice.

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 in base zero dell'elemento da ottenere.

Valore della proprietà

T

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

index non è un indice valido nell'interfaccia ArraySegment<T>.

La matrice sottostante è null.

La proprietà è impostata.

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ArraySegment<T> a un'interfaccia IReadOnlyList<T>.

Si applica a