[Solved] Convert Array.FindIndex from C# to VB [closed]


Go here: http://converter.telerik.com and convert the C# to VB.Net:

C#:

x => (x == NEWLINE)

VB.Net:

(Function(x) x = NEWLINE)

5

solved Convert Array.FindIndex from C# to VB [closed]