Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual C#
C# Reference
C# Operators
 :: Operator
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
C# Language Reference
:: Operator (C# Reference)

The namespace alias qualifier (::) is used to look up identifiers. It is always positioned between two identifiers, as in this example:

C#
global::System.Console.WriteLine("Hello World");

The namespace alias qualifier can be global. This invokes a lookup in the global namespace, rather than an aliased namespace.

For an example of how to use the :: operator, see the following section:

For more information, see the following sections in the C# Language Specification:

  • 7.5.2 Simple names

  • 9.7 Namespace alias qualifiers

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker