Exemplo n.º 1
0
 public static bool IsNumericType(this object source)
 {
     return(ReflectUtil.IsNumericType(source));
 }