Monday, 29 January 2007

System.ValueType & System.Object

Every value type derieves from System.ValueType and all reference types derieve from System.Object, BUT not all System.Object types are reference types as System.ValueType also derieves from System.Object as does every object in the .NET Framework.

No comments: