Results 1 to 19 of 19

Thread: [RESOLVED] class members

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2009
    Posts
    376

    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?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [RESOLVED] class members

    Quote Originally Posted by pacerier View Post
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width