|
-
Mar 18th, 2007, 06:13 PM
#1
Thread Starter
Fanatic Member
Shared members and interfaces
I'm trying to figure out a way to use an interface or maybe a MustInherit class to make sure a derived class has a specific shared member. Interfaces only enforce instance members. MustInherit classes support shared members but without the Overrideable keyword.
Any ideas on how to make sure a derived class has a specific shared member? I'd rather not have the member be an instance member, but I will if this can't be done.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|