>I'm wondering if Common Language Specification is a subset of Common Type
>System?
Sort of, yes. The CLS is a set of rules that restrict what kind of
types and members you can expose from an assembly to ensure that the
public interface is usable from other .NET languages. It excludes many
of the more esoteric features supported by the CTS.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.