ECMA-334: 11.1.1 The System.ValueType type
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
11.1.1 The System.ValueType type
All value types implicitly inherit from the class System.ValueType, which, in turn, inherits from class
object.
Note that System.ValueType is not itself a value-type. Rather, it is a class-type from which all value-types
are automatically derived.