ValueTuple<T1,T2,T3>.ITuple.Length 속성

정의

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

속성 값

Int32

ValueTuple<T1,T2,T3> 개체의 요소 수는 3입니다.

구현

설명

ValueTuple<T1,T2,T3>.ITuple.Length 속성은 명시적 인터페이스 구현입니다. 호출하려면 개체를 인터페이스 개체로 ValueTuple<T1,T2,T3> ITuple 캐스팅하거나 변환해야 합니다.

적용 대상