h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Value Type vs Reference Type


Value Types Reference Types
All numeric data types. String.
Boolean, Char, and Date. All arrays, even if their elements are value types.
All structures, even if their members are reference types. Class types.
Enumerations, since their underlying type is always SByte, Short, Integer, Long, Byte, UShort, UInteger, or ULong. Delegates.

No comments:

Post a Comment