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 la valeur de l’élément spécifié Tuple .
public:
property System::Object ^ default[int] { System::Object ^ get(int index); };
public object? this[int index] { get; }
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object
Paramètres
- index
- Int32
Index de l’élément spécifié Tuple .
index peut être compris entre 0 et Item1Tuple un nombre inférieur au nombre d’éléments dans le Tuple.
Valeur de propriété
Valeur de l’élément spécifié Tuple .