J Jon Skeet Aug 19, 2003 #2 Value types are created on the stack, reference types are created on the heap, and a pointer/reference to them is created on the stack Click to expand... This is a bit of a generalisation (on the value type side). I'm sure Chad knows it, but I thought I'd point it out anyway. See http://www.pobox.com/~skeet/csharp/memory.html
Value types are created on the stack, reference types are created on the heap, and a pointer/reference to them is created on the stack Click to expand... This is a bit of a generalisation (on the value type side). I'm sure Chad knows it, but I thought I'd point it out anyway. See http://www.pobox.com/~skeet/csharp/memory.html