:: Operator (C# Reference)
Visual Studio 2012
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 C# Language Specification. The language specification is the definitive source for C# syntax and usage.