예제 #1
0
 private void IterateChildren(IterateChildenDelegate callback)
 {
     foreach (var loc in _containerBounds)
     {
         callback(loc, this[loc]);
     }
 }
예제 #2
0
 private void IterateChildren( IterateChildenDelegate callback )
 {
     foreach( var loc in _containerBounds )
     {
         callback( loc, this[ loc ] );
     }
 }