ValueTuple.ITuple.Item[Int32] Propiedad

Definición

Devuelve un valor IndexOutOfRangeException. No hay ningún elemento en 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

Parámetros

index
Int32

No hay ningún valor aceptable para index.

Valor de propiedad

Una clase IndexOutOfRangeException.

Implementaciones

Excepciones

No hay ningún valor aceptable para index.

Se aplica a