gpt4 book ai didi

ironpython - IronPython中的C#“using” block 等效于什么?

转载 作者:行者123 更新时间:2023-12-03 14:35:03 25 4
gpt4 key购买 nike

IronPython中的等效功能是什么?它只是最后的尝试块吗?

using (var something = new ClassThatImplementsIDisposable())
{
// stuff happens here
}

最佳答案

IronPython支持将IDisposablewith语句一起使用,因此您可以编写如下内容:

with ClassThatImplementsIDisposable() as something:
pass

关于ironpython - IronPython中的C#“using” block 等效于什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1757296/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com