ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Propriété

Définition

Obtient l'élément au niveau de l'index spécifié.

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

Paramètres

index
Int32

Index.

Valeur de propriété

T

Élément.

Implémente

Exceptions

La propriété IsDefault retourne la valeur true.

S’applique à