:: Operator (C# Reference)
Visual Studio 2008
The namespace alias qualifier (::) is used to look up identifiers. It is always positioned between two identifiers, as in this example:
global::System.Console.WriteLine("Hello World");
For more information, see the following sections in the C# Language Specification:
7.5.2 Simple names
9.7 Namespace alias qualifiers