Beispiel #1
0
 public void Intersect(IPlanItem restriction)
 {
     Timestamps.Intersect(restriction.Timestamps);
     _left.Intersect(restriction);
     _right.Intersect(restriction);
 }