S
shapper
Hello,
Could someone, please, convert the following code line to VB.NET?
bool containsValue = myList.Any(item => item.NameParameter ==
nameParameterValue);
(This is .NET 3.5. I couldn't find a converter that does this)
Thanks,
Miguel
Could someone, please, convert the following code line to VB.NET?
bool containsValue = myList.Any(item => item.NameParameter ==
nameParameterValue);
(This is .NET 3.5. I couldn't find a converter that does this)
Thanks,
Miguel