15.使用using和try/finally来做资源清理

只有是实现了IDispose接口的类型的调用都应使用using 或者try/finally释放对象。

原文地址:https://www.cnblogs.com/movemoon/p/2736571.html