Exemple #1
0
 public static bool IsNotOfType <T>(this object obj, bool throwError = false)
 {
     return(ValidationTarget <T> .IsNotOfType(obj, throwError));
 }