ValueTuple.ITuple.Item[Int32] Vlastnost

Definice

IndexOutOfRangeExceptionVrátí hodnotu . Neexistují žádné prvky v souboru 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

Parametry

index
Int32

Neexistuje přijatelná hodnota pro index.

Hodnota vlastnosti

Object

An IndexOutOfRangeException.

Implementuje

Výjimky

Neexistuje přijatelná hodnota pro index.

Platí pro