Exemplo n.º 1
0
 public This SetCount(int min, int max)
 {
     return(SetCount(IntRange.Between(min, max)));
 }