摘要:
原型模式(Prototype Pattern):使用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。模式角色与结构:示例代码:using System;using System.Collections.Generic;using System.Linq;using System.Tex... 阅读全文
posted @ 2012-11-28 17:54
逝者如斯(乎)
阅读(621)
评论(0)
推荐(1)