| http://www.w3.org/ns/prov#value | - maximilianburke 1123 days ago > Well, actually, in C# struct instances ARE objects allocated on the stack, instead of the heap.You have it backwards, they are not value types because they are allocated on the stack, structs are allocated on the stack because they are value types.See Eric Lippert's article The Stack is an Implementation Detail: http://blogs.msdn.com/b/ericlippert/archive/2009/04/27/
|