C# 运算符问题
C# operator issues
大家好,我在学校写的一些代码中得到了这个。谷歌搜索了几个小时但找不到任何东西,我们将不胜感激。
代码:
if (dogName = "" || lstDogBreeds.SelectedIndex = -1)
错误:
Operator '||' cannot be applied to operands of type 'string' and 'int'
大家好,我在学校写的一些代码中得到了这个。谷歌搜索了几个小时但找不到任何东西,我们将不胜感激。
代码:
if (dogName = "" || lstDogBreeds.SelectedIndex = -1)
错误:
Operator '||' cannot be applied to operands of type 'string' and 'int'