Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.ITuple.Length プロパティ

定義

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

プロパティ値

Int32

Tuple にある要素の数。

実装

注釈

プロパティは ITuple.Length 、明示的なインターフェイスの実装です。 これを呼び出すには、型を Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> キャストするか、インターフェイス オブジェクトに変換する ITuple 必要があります。

適用対象