示例#1
0
 public static bool HomeDoubleBonus(this System.Collections.Generic.IEnumerable <Foul> fouls)
 {
     return(fouls.HomeFouls() > 9);
 }