将其转换为c#语法? [英] convert this into c# syntax?

查看:95
本文介绍了将其转换为c#语法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

public sub Excecutesql(ByVal ParamaArray Obj() As Object)
End sub



嗨我希望将其转换为c#语法来自一个教程,我使用很多在线转换器,他们无法转换它。


hi i want to convert this into c# syntax its from a tutorial and i use many on-line converter and they cannot able to convert this.

推荐答案

public void Excecutesql( params object[] Obj)
     {
     }


有很多在线转换工具。 />
例如: -

http://www.developerfusion.com/tools/convert/vb-to-csharp



注意:自己转换它总是更好。你做完之后您可以使用这些工具进行检查。
There are plenty of online converter tools.
eg:-
http://www.developerfusion.com/tools/convert/vb-to-csharp

NB: It is always better to convert it yourself. After you done. you can check it using these kinda tools.


public sub Excecutesql(ByVal ParamaArray Obj() As Object)
End sub






$ c $ b in c#我们可以写这样的






in c# we can write like this

public void Executesql(object ParamaArray )
{

}


这篇关于将其转换为c#语法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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