I have a few methods in one of my libraries that use generics.When I
add a new type to this library and save it it fails to copy the
generic Methods to the resulting library.


Eg. Signature of one of the methods

public static T[,] Method<T>(this T[,] array , T t1)


It fails to convert a MethodReference to a GenricInstanceMethod

SrcK

-- 
--
mono-cecil

Reply via email to