与VB.Net“合并"的C#等价于什么? [英] What is the C# equivalent to VB.Net "Combine"?

查看:84
本文介绍了与VB.Net“合并"的C#等价于什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

除了等效于C#合并,我还需要知道VB.Net是否使用Yield还是可以简单地将其删除.




预先谢谢您:)

Besides the equivalent of C# Combine I also need to know if VB.Net uses Yield or if its ok to simply remove it.




Thank you in advance :)

推荐答案

VB和C#都可以访问Path.Combine [ http://stackoverflow.com/questions/97381/yield-in- vb-net [^ ]可能会让您重新考虑使用此特定代码片段(甚至使您考虑学习C#并在单独的项目中逐字使用它)
Both VB and C# can access the Path.Combine[^] method, it is part of the System.IO namespace and is accessible to all .NET languages.

VB does not have Yield, and no, it'';s not safe to just remove it - yield has a very specific purpose. There is a discussion on it here: http://stackoverflow.com/questions/97381/yield-in-vb-net[^] which may make you rethink using this specific code fragment (or even make you think about learning C# and using it verbatim in a separate project)


这篇关于与VB.Net“合并"的C#等价于什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆