[Mono-list] 3 TODOs in Threading namespace almost completed

Miguel de Icaza miguel@ximian.com
Tue, 16 Mar 2004 14:07:43 -0500


Hello,

> Actually, not all classes have to have a constructor. Look at a class
> generated by:
> ...
> C# will also have this sorta thingy in 2.0.

No, it wont.

It will have syntactic sugar for making it explicit that the class can
not be instantiated, by making the constructor private (the pattern
used today)

Miguel.