Jagged arrays are a special type of arrays that can be used to store rows of data of varying lengths to improve performance when working with multi-dimensional arrays An array may be defined as a ...
You cannot specify an array of a given length. The type is uint[], not uint[5]. This is discussed at length in the MSDN.
This has been bugging me for a long time and I'd like to see if anyone has an answer.<BR><BR>I know you can use the settings designer and key in a fully qualified type name and store custom types, but ...