示例#1
0
 internal static string RightColumn(this char[,] map) => map.Column(map.GetUpperBound(0));
示例#2
0
 internal static string LeftColumn(this char[,] map) => map.Column(0);