示例#1
0
 public static ParameterTypeValidation OrNot <T>(this ParameterTypeValidation result)
 {
     return(result.OrNot(typeof(T)));
 }