Introduction to C#
- slide 35 : 43
Arrays
Notation
VB: a(i)
C#: a[i]
Range
Both from zero to an upper limit
VB: The highest index is given in an array variable declaration
C#: The length of the array is given in an array variable declaration