VB.NET equivalent to C# var keyword - Stack Overflow
Is there a VB.NET equivalent to the C# var keyword? I would like to use it to retrieve the result of a LINQ query. ... You can simply use x.GetType() in VB – I hadn’t tested my answer’s code, hence the mistake in my old answer. This actually yields the ru...