[RESOLVED] Namespace Resolution
if my class library is called LIBB and within LIBB i have a class MyClass
So within MyClass i have a member called LIBB as well. how do i refer to LIBB (class library) from anywhere within MyClass. if i'd typed LIBB it would refer to the member instead of the class library.
No i do not have a name clash right now, i was just wondering how would it be done.
Re: [RESOLVED] Namespace Resolution
I use it a lot when dealing with things from Infragistics, which is notorious for their endless namespacing. Some one once referred to it as the Infragistics Ultra Megazord WinGrid.
-tg