Tuple<T1,T2,T3,T4,T5,T6>.ITuple.Length 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.
Obtient le nombre d’éléments dans Tuple
.
property int System::Runtime::CompilerServices::ITuple::Length { int get(); };
int System.Runtime.CompilerServices.ITuple.Length { get; }
member this.System.Runtime.CompilerServices.ITuple.Length : int
ReadOnly Property Length As Integer Implements ITuple.Length
Valeur de propriété
6, le nombre d’éléments dans un objet Tuple<T1,T2,T3,T4,T5,T6>.
Implémente
Remarques
La ITuple.Length propriété est une implémentation d’interface explicite. Pour l’appeler, vous devez effectuer un cast ou convertir l’objet Tuple<T1,T2,T3,T4,T5,T6> en objet d’interface ITuple .