Why use the global keyword in C#?

Viewed 15290

I would like to understand why you might want to use the global:: prefix. In the following code, ReSharper is identifying it as redundant, and able to be removed:

alt text

3 Answers
Related