Tuple<T1>.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

1, o número de elementos num Tuple<T1> objeto.

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> objeto num ITuple objeto de interface.

Aplica-se a