ValueTuple.ITuple.Length プロパティ

定義

この ValueTuple インスタンスの長さを取得しますが、常に 0 です。 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

プロパティ値

Int32

この ValueTuple インスタンス内の要素の数、0。

実装

適用対象