I have a MethodInfo of a GenericMethodDefinition. Such as: CallMethod(T arg, string arg2). The GetParameters() method will give me two P
MethodInfo
CallMethod(T arg, string arg2)
Maybe here you will find information about reflecting generic parameters ...