[Mono-list] Re: Resource System Proposal
Rhys Weatherley
rweather@zip.com.au
Sat, 17 Nov 2001 12:03:49 +1000
Miguel de Icaza wrote:
> We could probably have the delegate defined in our System.Object as an
> `internal' call, so at least developers of the Mono class libraries can
> use this method. It would not be exposed to the user applications and
> we would remain compatible.
>
> Am I missing something? Should I go and add the internal _ delegate to
> System.Object?
Maybe I'm missing something also. If you are going to
modify System.Object, then why use a delegate? You
might as well use a static internal method, which will
be more efficient to invoke at runtime.
Cheers,
Rhys.