示例#1
0
 public SquareGrid2D(SquareGrid2D <T> other, Location2D dimensions, Location2D offset)
     : base(other, dimensions, offset)
 {
 }
示例#2
0
 public SquareGrid2D(SquareGrid2D <T> other)
     : base(other)
 {
 }