Index.FromEnd(Int32) Método
Definição
public:
static Index FromEnd(int value);
public static Index FromEnd (int value);
static member FromEnd : int -> Index
Public Shared Function FromEnd (value As Integer) As Index
Parâmetros
- value
- Int32
O valor de índice do final de uma coleção.The index value from the end of a collection.
Retornos
O valor de Índice.The Index value.