ValueTuple<T1>.ITuple.Length 属性

定义

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

属性值

1,ValueTuple<T1> 对象中的元素数。

实现

注解

属性 ValueTuple<T1>.ITuple.Length 是显式接口实现。 若要调用它,必须将 对象ValueTuple<T1>ITuple强制转换或转换为接口对象。

适用于