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 可接受的值。

適用於