ValueTuple.ITuple.Item[Int32] Propriété

Définition

Retourne un IndexOutOfRangeException. Il n’y a aucun élément dans un ValueTuple.

property System::Object ^ System::Runtime::CompilerServices::ITuple::Item[int] { System::Object ^ get(int index); };
object? System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
object System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
member this.System.Runtime.CompilerServices.ITuple.Item(int) : obj
 ReadOnly Property Item(index As Integer) As Object Implements ITuple.Item

Paramètres

index
Int32

Il n’existe aucune valeur acceptable pour index.

Valeur de propriété

Élément IndexOutOfRangeException.

Implémente

Exceptions

Il n’existe aucune valeur acceptable pour index.

S’applique à