比如A a=new A();
a=null;
这时候a所占用的内存会释放掉吗?还是只是将a的指针改变为null,而new A();产生的数据仍在内存中?
另外请问string a="";和string a=string.Empty;是一样的吗?
相关分类