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