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 に使用できる値はありません。

プロパティ値

IndexOutOfRangeException

実装

例外

index に使用できる値はありません。

適用対象