Hey, On Thu, Jan 20, 2011 at 12:40 AM, Greg Young <[email protected]> wrote: > Does anyone happen to know of a way to print user expected generic > formats for types eg Foo<T,V> as opposed to the Foo'2 methodology that > cecil uses?
And for the detail, it's not really a methodology. Cecil is simply giving you what it is getting from the metadata. The '`' thing is more like a convention, compiler authors have no obligation to follow it. Jb -- -- mono-cecil
