I need to merge several arrays into a single array. The best way to describe what I\'m looking for is \"interleaving\" the arrays into a single array.
For example
If you have n arrays, you could use a SortedList, and use arrayIndex * n + arrayNumber as a sort index.
arrayIndex * n + arrayNumber