摘要:
using System;using System.Reflection;using System.Collections;using System.Collections.Generic;namespace Common.Helpers{ /// <summary> /// 类型转换器(利用反射) /// </summary> public static class TypeConverter { #region 相同结构的类的转换 /// <summary> /// 类型转换(相同结构的类的转换,如果当前类中的... 阅读全文
posted @ 2012-10-15 19:33 qfzhang 阅读(1064) 评论(2) 推荐(0) 编辑