Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arraylist problem
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01202931
Message ID:
01203219
Vues:
11
Hi Fred,

the problem is the BREMenuObject class - the ArrayList is a reference type and has not been initialised.

try this:
class BREMenuObject
{
  // properties
  string menuname;
  int level;
  ArrayList menuitems = new ArrayList();
}
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform