ArrayRange<T>(T[], Int32) 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.
Construit un instance de ArrayRange<T>.
public:
ArrayRange(cli::array <T> ^ array, int count);
public ArrayRange (T[] array, int count);
new Microsoft.AspNetCore.Components.RenderTree.ArrayRange<'T> : 'T[] * int -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<'T>
Public Sub New (array As T(), count As Integer)
Paramètres
- array
- T[]
Tableau.
- count
- Int32
Nombre d’éléments du tableau en cours d’utilisation.