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