[Mono-list] System private libraries

Dietmar Maurer dietmar@ximian.com
Fri, 07 Sep 2001 08:33:56 +0200


Miguel de Icaza wrote:

> > Do we have any System.Private type of namespace where some of these shared
> > methods could go? Should I just add them as protected methods in one of the
> > interface classes, make some separate class for handling this and bundle it
> > alongside, or just cut and paste in every place?
>
> I would create a separate class, and then just use the access
> facilities of C#/.NET to hide the implementation from the external
> world.  I do not think we even need to have a System.Private
> namespace, it would just be a corlib assembly-private class.
>

Well, I have put the latest Wrapper into System.Private, because I thought that
is a good idea?

- Dietmar