C#代码转换为可视化的基本代码 [英] c# code into visual basic code

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

问题描述

有人可以教我如何将这段c#代码转换为vb代码

Can someone please teach me how to convert this c# piece of code into vb code

struct Output<T> where T : IComparable<T><br />
   {<br />
        public double output;<br />
     <br />
      <br />
    };

推荐答案

您好,相同的VB代码是

Hi the VB code for the same is

Structure Output(Of T As IComparable(Of T))
    Public output As Double
End Structure


您可以此处 [ [ ^ ]即可开始使用.
You can go here[^] and it will convert it for you. If you actually want to learn about the code then try this[^] to get you going.


您可以尝试使用Google搜索将C#转换为VB转换器
You can try googling for c# to vb converters
C# to VB

Always handy to have around


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

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