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

Définition

Obtient ou définit le Object à l'index spécifié.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
object? System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

Paramètres

index
Int32

Index.

Valeur de propriété

Objet au niveau de l’index spécifié.

Implémente

Exceptions

Toujours levé à partir du setter.

La propriété IsDefault retourne la valeur true.

S’applique à