Looking for clarification on this...
I\'ve heard that \'everything\' in .Net inherits from Object. I\'ve also heard that the difference between value types and refe
value types inherit (indirectly) from object
... but not everything in .net inherits from object.