Vertaling van "d'ArrayList" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Après la déclaration d'une variable d'ArrayList, elle est vide.
After declaring an ArrayList variable, it is empty.
Pour effectuer de telles opérations, vous pouvez d'abord découvrir si une liste d'ArrayList est inaltérable.
To perform such operations, you can first find out whether an ArrayList list is read-only.
Sans compter que la capacité de créer une collection, la classe d'ArrayList a le mécanisme intégré pour la fabrication en série.
Besides the ability to create a collection, the ArrayList class has the built-in mechanism for serialization.
Les opérations courantes trouvées dans la classe d'ArrayList sont identiques trouvées dans beaucoup d'autres classes collection-basées que vous emploieriez en créant des applications commerciales ou graphiques.
The routine operations found in the ArrayList class are the same found in many other collection-based classes you would use when creating commercial or graphical applications.
Si pour quelque raison, vous voulez intervenir et commander le nombre d'articles que votre liste d'ArrayList peut contenir, vous pouvez manoeuvrer la propriété de capacité.
If for some reason, you want to intervene and control the number of items that your ArrayList list can contain, you can manipulate the Capacity property.
Créer un ArrayList Une collection d'articles contenant une valeur simple de données s'appelle l'objet d'ArrayList.
A collection of items containing a single data value is called the ArrayList object.
Pour soutenir la création de n'importe quel genre de collection, le cadre de Microsoft.NET fournit la classe d'ArrayList.
To support the creation of any kind of list, the Microsoft.NET Framework provides the ArrayList class.
La classe d'ArrayList est définie dans le namespace de System.Collections.
The ArrayList class is defined in the System.Collections namespace.
Par conséquent, afin d'employer la classe d'ArrayList dans votre application, vous devez d'abord inclure le namespace de System.Collections dans le dossier qui effectuerait des opérations d'ArrayList.
Therefore, in order to use the ArrayList class in your application, you must first include the System.Collections namespace in the file that would perform ArrayList operations.
Ceci signifie que vous n'avez pas besoin de déclarer un exemple d'ArrayList pour les appeler.
This means that you don't need to declare an instance of ArrayList to call them.
Par exemple, prenons le cas d'une sorte d'ArrayList qui essayerait de cloner tous les objets qu'elle contient.
For example, consider a special sort of ArrayList that tries to clone all the objects it holds.
Au lieu de cela, pour rendre la liste inaltérable, appeler la méthode d'ArrayList.ReadOnly () et lui passer votre variable d'ArrayList.
Instead, to make the list read-only, call the ArrayList.ReadOnly() method and pass your ArrayList variable to it.
A l'intérieur d'ArrayList, la méthode toString() parcourt les éléments de l'ArrayList et appelle toString() pour chacun d'eux.
themselves, including the objects they hold. Inside ArrayList, for example, the toString() steps through the elements of the