ITuple.Length 屬性

定義

取得此 Tuple 執行個體中的元素數。

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

屬性值

Tuple 執行個體中的項目數。

適用於

另請參閱