Ian*_*dle 2 c# if-statement compiler-errors
我不知道为什么这一行会出现CS0136错误...
if (s => scoresint[0])
"s"已经被声明为整数,但即便如此,我也不会在这里重新声明,所以应该没有问题.有任何想法吗?
Dan*_*ite 20
=>是lambda运算符,它隐式声明一个new s.
=>
s
你可能想要>=.
>=
归档时间:
14 年,4 月 前
查看次数:
419 次
最近记录: