Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Collection
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01334577
Message ID:
01334609
Vues:
7
>I want to create a collection of instances of a class I wrote. How do I do this in C#?

Best use generics.

System.Collections.Generics.List

or to make it more readable:
public class myClassList : System.Collections.Generics.List<myClass>
and use an instance of myClassList
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform