Let's say I have a class:
public class B : A<int, string> {
}
public class A<T,V> {
}
I have a MethodReference and take the DeclaringType. I can figure out that B
: A<T,V> but can't seem to figure out how to get the generic instance?
Any thoughts?
Greg
--
Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de
votre attention
--
--
mono-cecil
