Tuple<T1,T2,T3>.ITuple.Item[Int32] 속성

정의

지정한 Tuple 요소의 값을 가져옵니다.

property System::Object ^ System::Runtime::CompilerServices::ITuple::Item[int] { System::Object ^ get(int index); };
object? System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
object System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
member this.System.Runtime.CompilerServices.ITuple.Item(int) : obj
 ReadOnly Property Item(index As Integer) As Object Implements ITuple.Item

매개 변수

index
Int32

지정한 Tuple 요소의 인덱스입니다. index의 범위는 0~2일 수 있습니다.

속성 값

Object

지정한 위치에 있는 Tuple 요소의 값입니다.

구현

예외

index가 0보다 작거나 2보다 큽니다.

설명

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

적용 대상