ValueTuple.ITuple.Length プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
プロパティ値
この ValueTuple
インスタンス内の要素の数、0。