How can global function exist in C# when everything is defined inside a class? I was reading the documentation of OpCodes.Call at MSDN, and was surprised to see the followin
I suppose that the thing is, that this is IL injection operation, but IL is not absolutely only about C#. In other words it's for support of the language that supports global functions.