Tuple<T1,T2,T3,T4>.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<T1,T2,T3,T4> 개체의 요소 수는 4입니다.

구현

설명

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

적용 대상