摘要: 通过序列化的方式实现深拷贝 [Serializable] public class Person:ICloneable { public string Name { get; set; } public int Age { get; set; } ... 阅读全文
posted @ 2014-01-22 21:43 学亮 阅读(925) 评论(0) 推荐(2) 编辑