ValueTuple.ITuple.Item[Int32] 속성

정의

IndexOutOfRangeException를 반환합니다. ValueTuple에 요소가 없습니다.

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

index에 대해 허용되는 값이 없습니다.

속성 값

Object

IndexOutOfRangeException입니다.

구현

예외

index에 대해 허용되는 값이 없습니다.

적용 대상