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

Définition

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

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

Paramètres

index
Int32

Index de l’élément à obtenir ou à définir.

Valeur de propriété

T

Élément situé à l'index spécifié.

Implémente

Exceptions

L’index spécifié ne se trouve pas dans le tableau.

S’applique à