Example #1
0
 public bool AnyBoats()
 {
     return(BattleShips.SelectMany(ship => ship.Fields).Any(field => !HitLocations.Contains(field)));
 }