ValueTuple.ITuple.Item[Int32] Propriedade

Definição

Retorna um IndexOutOfRangeException. Não há elementos em um 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

Não há nenhum valor aceitável para index.

Valor da propriedade

Object

Um IndexOutOfRangeException.

Implementações

Exceções

Não há nenhum valor aceitável para index.

Aplica-se a