ITuple.Item[Int32] Propriedade
Definição
Retorna o valor do elemento Tuple especificado.Returns the value of the specified Tuple element.
public:
property System::Object ^ default[int] { System::Object ^ get(int index); };
public object? this[int index] { get; }
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object
Parâmetros
- index
- Int32
O índice do elemento Tuple especificado.The index of the specified Tuple element. index pode variar de 0 para Item1 do Tuple a um menos o número de elementos no Tuple.index can range from 0 for Item1 of the Tuple to one less than the number of elements in the Tuple.
Valor da propriedade
O valor do elemento Tuple especificado.The value of the specified Tuple element.