Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.ITuple.Length Propriedade

Definição

Obtém o número de elementos em .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

Valor de Propriedade

O número de elementos no Tuple.

Implementações

Observações

A ITuple.Length propriedade é uma implementação explícita de interface. Para o chamar, tens de castar ou converter o Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> tipo num ITuple objeto interface.

Aplica-se a