ITuple.Length 屬性

定義

取得此 Tuple 例中的元素數量。

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

屬性值

在這個 Tuple 例子中,元素的數量。

適用於

另請參閱