J Jon Davis Oct 3, 2006 #1 Are nullable primatives stored on the stack, i.e. as a struct, or on the heap as a reference type? Jon
Are nullable primatives stored on the stack, i.e. as a struct, or on the heap as a reference type? Jon
C Carl Daniel [VC++ MVP] Oct 3, 2006 #2 Jon Davis said: Are nullable primatives stored on the stack, i.e. as a struct, or on the heap as a reference type? Click to expand... A nullable type is itself a value type - no boxing occurs. -cd
Jon Davis said: Are nullable primatives stored on the stack, i.e. as a struct, or on the heap as a reference type? Click to expand... A nullable type is itself a value type - no boxing occurs. -cd