ValueTuple.ITuple.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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’y a aucune valeur acceptable pour index
.
Valeur de propriété
Élément IndexOutOfRangeException.
Implémente
Exceptions
Il n’y a aucune valeur acceptable pour index
.