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

0,此 ValueTuple 執行個體中的項目數。

實作

適用於