Have a look at the following code.,
C#
string[] testString = new string[jobs.Count];
Equivalent VB.Net
In VB.NET the number in the array declaration means "max index", but in C# it means "number of elements"