Is it possible to f开发者_StackOverflow社区ind out anything about a Method body with reflection?
I have written a log class and a function as in the following code: Log(System.Reflection.MethodBase methodBase, string message)
First of all, sorry if this has been asked before. I\'ve done a pretty comprehensive search and found nothing quite like it, but I may have missed something.
This question is continue of How to distinguish MethodBase in generics In brief: I need to distinguish in Dictionary same generic method when it is called for different generic types substitution.