using [alias] = [namespace]

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I've just seen some code that uses the
using [alias] = [namespace]

formular. Does this have any effect on the compiled code, or is it just a feature to save the programmers fingers from long namespaces?
 
BTW, you can also do:
using [alias] = [class]

*even though* you can't do "using [class]"

--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter & VB to C++ converter
Instant J#: VB to J# converter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top