Index.FromStart(Int32) Méthode

Définition

Crée un Index index spécifié au début d’une collection.

public:
 static Index FromStart(int value);
public static Index FromStart (int value);
static member FromStart : int -> Index
Public Shared Function FromStart (value As Integer) As Index

Paramètres

value
Int32

Position de l’index au début d’une collection.

Retours

Index

Valeur de l’index.

S’applique à