Exemple #1
0
 public static int?ValidateInt(Type type, string variable_name, IntFlags flags, IntOptions options = null)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public override bool Equals(IntFlags obj)
 {
     return(obj != null && Value == obj.Value);
 }
Exemple #3
0
 public static int? ValidateInt(Type type, string variable_name, IntFlags flags, IntOptions options = null)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public static string ValidateInt(ServerVariables variable, IntFlags flags)
 {
     throw new NotImplementedException();
 }
 public static string ValidateInt(ServerVariables variable, IntFlags flags)
 {
     throw new NotImplementedException();
 }