示例#1
0
 private bool IsImageSetComplete()
 {
     return(ImageCollection.Any(i => i == null));
 }