用户kokos通过提及关键字回答了C#问题的精彩隐藏功能using.你能详细说明吗?有什么用using?
using
c# using using-statement
DUPE:C#中"使用"的使用
我见过人们使用以下内容,我想知道它的目的是什么?这样对象在垃圾收集后被破坏了吗?
例:
using (Something mySomething = new Something()) { mySomething.someProp = "Hey"; }
.net using-statement
using-statement ×2
.net ×1
c# ×1
using ×1