public static bool Check(this WzFieldLimitType type, int fieldLimit)
 {
     return(((fieldLimit >> (int)type) & 1) != 0);
 }
Exemplo n.º 2
0
 public static bool Check(this WzFieldLimitType type, int fieldLimit)
 {
     return(Check(type, (long)fieldLimit));
 }