Method GetActualGenericMethodDefinition
GetActualGenericMethodDefinition(MethodInfo)
Gets the actual generic method definition of a method, as defined on the fully open type.
public static MethodBase GetActualGenericMethodDefinition(this MethodInfo method)
Parameters
method
MethodInfo- The potentially instantiated method to find the definition of.
Returns
- MethodBase
- The original method definition, with no generic arguments filled in.