Range(Index, Index) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Instancie une nouvelle instance Range avec les index de début et de fin spécifiés.
public:
Range(Index start, Index end);
public Range (Index start, Index end);
new Range : Index * Index -> Range
Public Sub New (start As Index, end As Index)
Paramètres
- start
- Index
Index de début inclusif de la plage.
- end
- Index
Index de fin exclusive de la plage.