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