ValueTuple<T1,T2>.ITuple.Length Propriedade
Definição
Obtém o número de elementos no ValueTuple.Gets the number of elements in the ValueTuple.
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
Valor da propriedade
2, o número de elementos em um objeto ValueTuple<T1,T2>.2, the number of elements in a ValueTuple<T1,T2> object.
Implementações
Comentários
A ValueTuple<T1,T2>.ITuple.Length propriedade é uma implementação de interface explícita.The ValueTuple<T1,T2>.ITuple.Length property is an explicit interface implementation. Para chamá-lo, você deve converter o ValueTuple<T1,T2> objeto em um ITuple objeto de interface.To call it, you must cast or convert the ValueTuple<T1,T2> object to an ITuple interface object.