vb.net - Size of array in Visual Basic? - Stack Overflow
I've tried this code in VB: Dim a(1) As Byte Console.WriteLine(a.Length) The output is "2". Anyone any idea why? ... If you are used to C/C++/C# languages you are used that when declaring an array to initialize it with the number of elements in the array....