Does VB.NET have a direct equivalent to C# out function parameters, where the variable passed into a function does not need to be initialised?
out
Use keyword ByRef before variable.