Ejemplo n.º 1
0
 public void RemoveParts(Predicate <ITestPart> filter)
 {
     _parts.RemoveAll(filter);
 }