[Mono-dev] [PATCH] Minor reflection fix (required by vbnc)
Kornél Pál
kornelpal at gmail.com
Tue Oct 17 09:42:42 EDT 2006
Hi,
>This looks harmless, but why are the ParameterInfo changes required ?
For normal uses there is no change in functionality. vbnc requires this
behavior because it overrides Attributes and expects it to be used. This
patch only has effect in classes derived from ParameterInfo and has little
performance overhead in corlib's ParameterInfo classes. MS.NET has this
behavior as well and 1.x and 2.0 differs just like in the patch.
Kornél
More information about the Mono-devel-list
mailing list