本文介绍了的&QUOT等价;有了......有了结束"在C#中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道C#有使用关键字,但使用自动销毁的对象。

I know that C# has the using keyword, but using disposes of the object automatically.

的与...结束的?

Is there the equivalence of With...End With in Visual Basic 6.0?

推荐答案

C#不具有同等的语言构建的。

C# doesn't have an equivalent language construct for that.

这篇关于的&QUOT等价;有了......有了结束"在C#中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 05:02