ValueTuple<T1>.ITuple.Length 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
1,ValueTuple<T1> 物件中的項目數目。
實作
備註
屬性 ValueTuple<T1>.ITuple.Length 是明確的介面實作。 若要呼叫它,您必須轉換或將物件 ITuple 轉換成 ValueTuple<T1> 介面物件。