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)
I think you are looking for these:
parameterInfo.ParameterType.ContainsGenericParameters parameterInfo.ParameterType.GetGenericParameterConstraints()