2011-11-11 39 views
1

这是确定在VB.NET:If(hash.add(Numbers[index])) 但是你如何写在VB.NET如下:If(!hash.add(Numbers[index]))VB.NET:如何编写If Not表达式?

+1

什么是哈希?什么是数字?你的意图是什么? – dbasnett

+1

查看http://www.developerfusion.com/tools/convert/csharp-to-vb/它可以帮助您将c#转换为VB,反之亦然。 –

+0

很酷。谢谢。 – Bruno

回答

8
If(NOT hash.add(Numbers[index]))