Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyword new error....
Message
 
À
05/09/2004 23:37:31
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00939638
Message ID:
00939640
Vues:
19
You have an indexer (i.e. this[int index]) in both the base class and the derivied class. You need to mark the indexer virtual in the base class and overrides in the derived class if you want to preserve polymorphism or you must mark the indexer as new in the derived class to break polymorphism.
---
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://www.msmvps.com/windsor
http://www.g6consulting.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform