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

定义

获取 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

属性值

Int32

Tuple 中的元素的数量。

实现

注解

ITuple.Length 属性是显式接口实现。 若要调用它,必须强制转换或将类型转换为Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>ITuple接口对象。

适用于