> Hy, the System.Threading namespace is shown on these two pages but > both don't have the same completing %... which one is right? what is > the difference? > > http://www.go-mono.com/class-status-corlib.html > http://www.go-mono.com/class-status-System.html
Some APIs live in the corlib assembly, some others in the System assembly. More than one assembly can contribute to the namespaces in a program, so each one is valid, but for their own subset of the API they implement. > > James -- Miguel de Icaza <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
