Written by: Krishna 4/23/2008 1:17 AM
All the value types in C# are inherited from System.ValueType
Re: Value Types System.ValueType inherits System.Object and in turn overrides some of the methods of the System.Object e.g. ToString() method.
Re: Value Types
System.ValueType inherits System.Object and in turn overrides some of the methods of the System.Object e.g. ToString() method.