stringの2次元配列の作り方がいまいちよくわかりません。
string mon=new string[2,5]
mon[0,0]="ああ"
mon[0,1]="いい"
.
.
.
mon[1,4]="A";

どこか間違っていますか?