ValueTuple.ITuple.Item[Int32] 属性

定义

返回 IndexOutOfRangeExceptionValueTuple 中没有任何元素。

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 值。

属性值

IndexOutOfRangeException

实现

例外

没有可接受的 index 值。

适用于