Where exactly (CLR source file) can in find the actual implementation of the SomeDelegate.Invoke
method?
How does the .Net runtime knows that calling SomeDelegate.Invoke
should result in calling that implementation? Keep in mind that the SomeDelegate.Invoke
method can have any number of arguments.