ValueTuple.ITuple.Item[Int32] Proprietà

Definizione

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

Non esiste alcun valore accettabile per index.

Valore della proprietà

Un oggetto IndexOutOfRangeException.

Implementazioni

Eccezioni

Non esiste alcun valore accettabile per index.

Si applica a