ITuple.Length 属性

定义

获取此 Tuple 实例中的元素数。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

属性值

Tuple 实例中的元素数。

适用于

另请参阅