On Tue, Aug 2, 2011 at 2:29 PM, [email protected] <[email protected]> wrote: > For example: > > void Foo <S, T> ( int i, S s, T t ); > > to something like: > > System.Void Foo`2 ( System.Int32, !!0, !!1 )
You can use the fullname of the definition of a method. Jb -- -- mono-cecil
