[Mono-dev] corcompare patch for printing generic method type arguments
Atsushi Eno
atsushi at ximian.com
Mon Oct 24 05:09:08 EDT 2005
Hi,
Here is another patch for corcompare for generics support. With
this patch it prints type arguments in generic methods.
Suppose that we have
void Foo<T,U> () where T : IFoo, U : IBar
Then it prints
Foo[T(IFoo), U(IBar)]
Thanks to Martin for fixing bug #76482 (this patch works fine
only after r52118).
Atsushi Eno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmp-generic-method-args.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051024/6a7a2935/attachment.pl
More information about the Mono-devel-list
mailing list