Tuple<T1>.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<T1> オブジェクト内の要素数、1。
実装
注釈
この ITuple.Length プロパティは、明示的なインターフェイス実装です。 これを呼び出すには、オブジェクトをキャストするか、インターフェイス オブジェクトに変換 Tuple<T1> する ITuple 必要があります。