This MSDN page mentions global methods in a module.
Module.GetMethods "returns the global methods defined in the module."
I did not know that global methods exist. The only thing I can think of is that this only applies to languages ββthat allow global methods, i.e. C ++, but this does not apply to C #.
What are these "global methods" that this MSDN page talks about?
source share