ECMA-334: 11.2.2 The object type
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
11.2.2 The object type
The object class type is the ultimate base class of all other types. Every type in C# directly or indirectly
derives from the object class type.
The keyword object is simply an alias for the predefined class System.Object.