link中有几种释放对象的手段?除了clos() dispos() usin 析构函数还有哪些?
.NET中有CLR来自动处理GC问题所以平常代码中,需要搬运释放对象的时候并不多
一般用的 using 其实就是 try..catch.finally
using
try..catch.finally