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
The documentation you are referring to is for .net. C# does not cater for global functions but .net does.