Tuple<T1,T2,T3,T4,T5,T6,T7>.ITuple.Length 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Tuple
中的項目數目。
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
7,Tuple<T1,T2,T3,T4,T5,T6,T7> 物件中的項目數目。
屬性 ITuple.Length 是明確的介面實作。 若要呼叫它,您必須轉換或將物件 ITuple 轉換成 Tuple<T1,T2,T3,T4,T5,T6,T7> 介面物件。
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.1 |