Value types are stored in the Stack, whereas reference types stored on heap.Value types: integer, enum, byte, decimal, double, float, long Reference Types: int, enum, byte, decimal, double, float, long
No comments