[Mono-dev] [PATCH] Fix for Type.GetMember returning private property of base class

Eberhard Beilharz eb1 at sil.org
Thu Jan 28 09:13:53 EST 2010


The patch adds a fix and a unit test for bug #574696 
<https://bugzilla.novell.com/attachment.cgi?bugid=574696&action=enter> 
where Type.GetMember returned a private property of the base class 
instead of nothing.

For a property Type.GetMember also checked the base classes for the 
desired property. It didn't do that for all the other cases like 
methods, events..., so I removed that recursion for the property case.

Please review and commit.

Thanks!
     Eberhard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100128/9c943758/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug574696.patch
Type: text/x-patch
Size: 2218 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100128/9c943758/attachment.bin 


More information about the Mono-devel-list mailing list