ImmutableList<T>.Item[Int32] Propriété

Définition

Obtient l’élément à l’index spécifié de la liste.

public:
 property T default[int] { T get(int index); };
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T

Paramètres

index
Int32

Index de l'élément à récupérer.

Valeur de propriété

T

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

Implémente

Exceptions

Dans une opération Get, index est négatif ou inférieur à Count.

S’applique à