Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.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
屬性值
Tuple
中的項目數。
實作
備註
屬性 ITuple.Length 是明確的介面實作。 若要呼叫它,您必須轉換或轉換 Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> 類型至 ITuple 介面物件。