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?
Re: [RESOLVED] class members
Quote:
anyway how do we unmark threads that are resolved to unresolved?
Go to your first post in this thread and click the Edit button, then click the Go Advanced button. Then you will see your original post but above that there will be a Subject or Title box with "[RESOLVED] Thread_Name_Here" in it - just delete the RESOLVED part and submit the post :)
Re: [RESOLVED] class members
Quote:
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.