Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyword new error....
Message
 
To
05/09/2004 23:37:31
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00939638
Message ID:
00939640
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform