예제 #1
0
 public bool IsSortTaskLimit(uint area, int count)
 {
     return(AreaList.Exists(c => c.id == area && count >= c.c_sorttask));
 }