Import concerns revisited

Lucas Goss lgoss007 at gmail.com
Tue Jul 11 04:01:54 PDT 2006


Sean Kelly wrote:
> ...
> FQN).  And C is simply too antiquated/low-level to consider.  I'm not 
> aware of how Java or C# operate in this context however.  I don't 
> suppose anyone with more experience could comment?
> 
> Sean

For C# it's FQN by default, but if you add the "using" keyword it brings 
it into the local namespace. If there is a collision you have to use the 
FQN.

Lucas



More information about the Digitalmars-d mailing list