AndyMac


Comments:

.NET structs

posted by AndyMacAndyMac(0) 4 years, 1 month ago 0

".NET has structs and classes. Structs are allocated on the heap instead of the stack" I might be wrong but I always thought that it was the other way around i.e. structs on the stack and class instances on the heap.

Reply

.NET structs

posted by AndyMacAndyMac(0) 4 years, 1 month ago 0

No worries :)

Reply