creating a Class without specifying any namespace??
.NET (Core and Framework)
3
Posts
2
Posters
0
Views
1
Watching
-
hi all, is it possible to create a Class without specifying any namespace?? thanks, rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
No, you can't. The default namespace, if you don't specify one would be the name of your Project, I think, or possibly the Solution. I can't remember.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
No, you can't. The default namespace, if you don't specify one would be the name of your Project, I think, or possibly the Solution. I can't remember.
Dave Kreskowiak Microsoft MVP - Visual Basic