|
-
Jan 7th, 2010, 08:29 AM
#1
Thread Starter
Hyperactive Member
Re: [RESOLVED] class members
sry another small question, can i firmly tell someone that any types (class/enum/delegates/structure/interface) declared within MyClass scope, is strictly not a member of MyClass, but they are only declared under MyClass namespace.
-------
anyway how do we unmark threads that are resolved to unresolved?
-
Jan 8th, 2010, 03:48 AM
#2
Re: [RESOLVED] class members
 Originally Posted by pacerier
sry another small question, can i firmly tell someone that any types (class/enum/delegates/structure/interface) declared within MyClass scope, is strictly not a member of MyClass, but they are only declared under MyClass namespace.
No, you can't say that at all. Anything declared within a type is a member of that type, and classes are not namespaces.
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
|