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