将代码行转换为vb [英] Converting line of code into vb

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

问题描述

请耐心等待,我不知道如何将这行c#转换为vb。请,任何优秀的程序员都应该帮助我。

Please bear with me, i don't know how to convert this line of c# into vb. Please, any good programmer should help me out.

Vid.downloadprogresschanged += (sender, args) => console.writeline(args.progressPercentage);

推荐答案

使用此链接并在此转换:

http://www.developerfusion.com/tools/convert/csharp-to-vb/ [ ^ ]
Use this link and convert it here:
http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]


试试吧..



Try this..

Vid.downloadprogresschanged += Function(sender, args) console.writeline(args.progressPercentage)


这篇关于将代码行转换为vb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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