Hi!
I see, you are using [][] jagged arrays for C#. But I feel, that in most of the cases [,] is way more comfortable to initialize, create a dummy data and work with.
Do you have any particular reasons to use [][]?