C# Language Reference
global (C# Reference)

Updated: July 2008

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 Namespace Alias Qualifier (C# Programming Guide).

Example

The following example shows how to use the global contextual keyword to specify that the class TestApp is defined in the global namespace:

C#
class TestClass : global::TestApp { }
See Also

Concepts

Change History

Date

History

Reason

July 2008

Added topic.

Information enhancement.

Tags :


Page view tracker