¡@

Home 

c# Programming Glossary: librarycs

Class with same name in two assemblies (intentionally)

http://stackoverflow.com/questions/3018419/class-with-same-name-in-two-assemblies-intentionally

class MyClass class MyOtherClass My new library LibraryCS contains the same namespaces and class names as LibWrapper per.. says MyNamespace.MyClass is defined in both LibWrapper and LibraryCS . Is there any trick around this issue that will allow me to.. name from different assemblies. Select the reference to LibraryCS and update Aliases in the properties page from global to LibraryCS..