用于深拷贝的扩展方法 C#
摘要:
using System.Runtime.Serialization.Formatters.Binary; using System.IO; public static class Tool { public static T DeepCopy(this T obj) { BinaryFormatter formatter... 阅读全文
posted @ 2017-12-28 13:43 方辰 阅读(140) 评论(0) 推荐(0)
浙公网安备 33010602011771号