ITuple.Length プロパティ

定義

この Tuple インスタンス内の要素の数を取得します。

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

プロパティ値

この Tuple インスタンス内の要素の数。

適用対象

こちらもご覧ください