Tuple<T1,T2,T3,T4,T5,T6>.ITuple.Length 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
6,Tuple<T1,T2,T3,T4,T5,T6> 对象中的元素数。
实现
注解
该 ITuple.Length 属性是显式接口实现。 若要调用它,必须强制转换或将对象ITuple转换为Tuple<T1,T2,T3,T4,T5,T6>接口对象。