Common type system
C# has a unified type system. This unified type system is called Common Type System (CTS).[35]
A unified type system implies that all types, including primitives such as integers, are subclasses of the System.Object class. For example, every type inherits a ToString() method.
C# has a unified type system. This unified type system is called Common Type System (CTS).[35]
A unified type system implies that all types, including primitives such as integers, are subclasses of the System.Object class. For example, every type inherits a ToString() method.









