示例#1
0
 private bool isDoor(MazeElement element)
 {
     return element.GetType() == typeof(Door);
 }