hi all~

i'm new to C# and get confused this moment with 2d array initialization. i declared 2d array like this:
Code:
int[,] = new int[2, 1];
and how to initialize them with the same line ?