NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Thu Jun 11, 2009 5:34 am Post subject: .net - Pointer or no pointer? |
|
|
"Because reference types directly store the address of data rather than the data itself, assigning one reference variable to another doesn't copy the data. Instead, assigning a reference variable to another instance merely creates a second copy of the reference, which refers to the same memory location on the heap as the original variable" /Tony Northrup, Microsoft
So value types does not refer to a pointer?
_________________
Intel over amd yes. |
|