예제 #1
0
 public EntryEnumerable(BoxTree tree, BoxTile tile)
 {
     _tree    = tree;
     _tile    = tile;
     _tileBox = tree.GetBox(tile);
 }
예제 #2
0
 public ElemsEnumerable([NotNull] BoxTree tree, BoxTile tile)
 {
     _tile    = tile;
     _tileBox = tree.GetBox(tile);
 }