Exemplo n.º 1
0
 private void IterateChildren(IterateChildenDelegate callback)
 {
     foreach (var loc in _containerBounds)
     {
         callback(loc, this[loc]);
     }
 }
Exemplo n.º 2
0
 private void IterateChildren( IterateChildenDelegate callback )
 {
     foreach( var loc in _containerBounds )
     {
         callback( loc, this[ loc ] );
     }
 }