ValueTuple.ITuple.Item[Int32] Proprietà

Definizione

Restituisce un valore IndexOutOfRangeException. Nessun elemento disponibile in un 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

Parametri

index
Int32

Nessun valore accettabile per index.

Valore della proprietà

Oggetto IndexOutOfRangeException.

Implementazioni

Eccezioni

Nessun valore accettabile per index.

Si applica a