On May 15, 6:46 am, Jb Evain <[email protected]> wrote: > Bar<T> has a constraint of Foo<X>. Foo<X> is a generic instantiation. > So the instance you're seeing is a: > > GenericInstanceType, with X in its GenericArguments collections.
Ok, so you're saying I need to cast the TypeReference to a GenericInstanceType. Seems to work, thanks. Sandro -- -- mono-cecil
