Index.FromEnd(Int32) Método
Definición
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
Valor de índice desde el final de una colección.The index value from the end of a collection.
Devoluciones
Valor del índice.The Index value.