Index.FromEnd(Int32) Méthode

Définition

Crée un Index à la fin d’une collection, à une position d’index spécifiée.

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

Paramètres

value
Int32

Valeur d’index de la fin d’une collection.

Retours

Index

Valeur de l’index.

S’applique à