G
Green
Hi, All
According to C#.Net
string s = "foo";
string z = "foo";
s and z gonna share the same memory location, correct me if I am wrong. If
it is correct, how can I prove this. Is there any tool can show me the
memory location.
Thanks in advance!
According to C#.Net
string s = "foo";
string z = "foo";
s and z gonna share the same memory location, correct me if I am wrong. If
it is correct, how can I prove this. Is there any tool can show me the
memory location.
Thanks in advance!