What is the difference between these two? From the definition of a Value Type
To me, it seems like a Value Type is a class. What then, is the difference? I'd like a better explanation than the one I've found here.Quote:
Value types are stored as primitive data types, but they can contain fields, properties, events, and both static and nonstatic methods. Value types do not carry the overhead of an object that is being held in memory.
