摘要:
C#深拷贝通用方法(引用类型的拷贝) 1 /// 2 /// 深度COPY 3 /// 4 /// 5 /// 6 /// 7 public static T DeepClone(T obj)... 阅读全文
posted @ 2015-05-29 14:35 system_kk 阅读(331) 评论(0) 推荐(0)
|
摘要:
C#深拷贝通用方法(引用类型的拷贝) 1 /// 2 /// 深度COPY 3 /// 4 /// 5 /// 6 /// 7 public static T DeepClone(T obj)... 阅读全文
posted @ 2015-05-29 14:35 system_kk 阅读(331) 评论(0) 推荐(0) |
||