what languages can be used to write the framework class library, especially
the data structure library, such as System.Collections.
Barry Kelly - 11 May 2006 04:23 GMT
> what languages can be used to write the framework class library, especially
> the data structure library, such as System.Collections.
C#, usually. The source for much of the base class libraries is in the
SSCLI distribution.
-- Barry