ValueTuple.ITuple.Length 속성

정의

ValueTuple 인스턴스의 길이(항상 0)를 가져옵니다. 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 인스턴스의 요소 수는 0입니다.

구현

적용 대상