Jan 27, 2003 #1 S smartsid Newcomer Joined Jan 26, 2003 Messages 11 Can i have multipe namespaces in an assembly? Also can I have a namespace spanning over multiple assemblies?
Can i have multipe namespaces in an assembly? Also can I have a namespace spanning over multiple assemblies?
Jan 27, 2003 #2 Q quwiltw Contributor Joined Sep 18, 2001 Messages 486 Location Washington, D.C. Yes. Yes.
Jan 27, 2003 #3 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England All in one file: Visual Basic: Namespace Foo Class Bar End Class End Namespace Namespace Bar Class Foo End Class End Namespace
All in one file: Visual Basic: Namespace Foo Class Bar End Class End Namespace Namespace Bar Class Foo End Class End Namespace