示例#1
0
 public bool IsDirty()
 {
     return(AllTargets.Any(t => t.dirty));
 }