Skip to content

Instantly share code, notes, and snippets.

@rarous
Created September 22, 2010 12:42
Show Gist options
  • Select an option

  • Save rarous/591593 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/591593 to your computer and use it in GitHub Desktop.
using User = RootNS.SubNS.User;
namespace RootNS.AnotherSubNS {
class Test {
User = new RootNS.SubNS.User();
}
}
namespace RootNS.AnotherSubNS {
using User = RootNS.SubNS.User;
class Test {
User = new RootNS.SubNS.User();
}
}
namespace RootNS.SubNS {
public class User {}
}
namespace RootNS {
public class User {}
}
@rarous
Copy link
Author

rarous commented Sep 22, 2010

Tohle mě trochu zaskočilo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment