Nesting 'IDisposable's in a single 'using' statement

后端 未结 3 1752
星月不相逢
星月不相逢 2021-01-18 10:48

Quick question about using nested disposables in a single \'using\' statement: Should I write out each disposable\'s using statement, or can I nest them into one? Example:

3条回答
提交回复
热议问题