Index.FromEnd(Int32) Método

Definição

Cria um Index no final de uma coleção em uma posição de índice especificada.Creates an Index from the end of a collection at a specified index position.

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

Index

O valor de Índice.The Index value.

Aplica-se a