R
rn5a
If a namespace isn't supplied, which namespace does a class belong to?
Is it a nameless global namespace or System?
Thanks
Is it a nameless global namespace or System?
Thanks
Which language are you using?
Under the project properties, there is a default namespace.
In Vb.net, you'll get this default namespace.
..
in C#? I'm not sure.
But unless you put "namespace System", you won't get that.
I don't think doing "namespace System" would be wise.......
- Show quoted text -
In Vb.net, you'll get this default namespace.