[Mono-dev] typemanager patch to get correct indexer signature

Atsushi Eno atsushi at ximian.com
Sun Nov 13 10:33:37 EST 2005


Hi,

I have a patch for typemanager.cs to fix the signature of an indexer
to report (i.e. GetSignatureForError()). Currently it does not
differentiate things like "this[int]" and "this[string]". Actually
it did not detect indexer getter methods (since the existing code
expects more than one parameter).

This rarely matters but I have a testable testcase with related to
/doc feature (actually reported in bug #76685).

Anyone please review for this patch?

Atsushi Eno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cs0419-2.cs
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051114/2ca3762d/attachment.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: correct-indexer-signature.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051114/2ca3762d/attachment-0001.pl 


More information about the Mono-devel-list mailing list