I was trying to get Generic Parameters to work with resolving but am running
into an interesting problem.
I implemented this as an extension method of the ParameterDefinition.
When I go to call in the extension method:
MethodDefinition.Parameters[0].GetTypeWithGenericResolve();
MethodDefinition is a GenericInstanceMethod it is pointing at a method ...
Whatever<string>("hello");
Inside of the extension method I call: parameterDefinition.Method to get the
method. But what I get back is no longer a GenericInstanceMethod.
Not quite sure what I am doing wrong here.
Greg
--
Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de
votre attention
--
--
mono-cecil