I have moved from C to C#. I have a function which accepts an array. I want to pass one dimension of a Two Dimensional array to this function.
C Code would be:-
Just declare method
private void ParseArray(int[,] ar) { // Some work... }