相关疑难解决方法(0)

VB.NET中是否有条件三元运算符?

在Perl(和其他语言)中,条件三元运算符可以表示如下:

my $foo = $bar == $buz ? $cat : $dog;
Run Code Online (Sandbox Code Playgroud)

VB.NET中是否有类似的运算符?

vb.net operators conditional-operator short-circuiting

426
推荐指数
3
解决办法
21万
查看次数