What namespace will a class have if no namespace is defined

It’s in the global namespace and can be referenced like this:

var x = new global::test();

Leave a Comment