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