This documentation is archived and is not being maintained.
global (C# Reference)
Visual Studio 2012
The global contextual keyword, when it comes before the :: operator, refers to the global namespace, which is the default namespace for any C# program and is otherwise unnamed. For more information, see How to: Use the Global Namespace Alias (C# Programming Guide).
Show: