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

プロパティ値

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

実装

適用対象