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.