Exemplo n.º 1
0
 public static bool IsOfType <T>(this object obj, bool throwError = false)
 {
     return(ValidationTarget <T> .IsOfType(obj, throwError));
 }