示例#1
0
 public static bool IsNumericType(this object source)
 {
     return(ReflectUtil.IsNumericType(source));
 }