コード例 #1
0
 public PlacementTree()
 {
     _map = new TrapezoidalMap();
 }
コード例 #2
0
 internal void Finish()
 {
     // dereference map so it can be garbage collected
     _map = null;
 }