I have a method reference:

{System.Void TestProject.IFoo`1<System.Int32>::Foo(T)}

I can't seem to figure out how to tie the T to System.Int32 I can get the
generic arguments off the declaring type but I have a name (T) and they
don't seem to have this info on them? eg:

((GenericInstanceType) m1.DeclaringType).GenericArguments

In the parameter type I see a position which seems like it may be an index
back into the generic arguments. Is this correct?

Greg

-- 
Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de
votre attention

-- 
--
mono-cecil

Reply via email to