摘要:
定义:将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。通用类图:示例代码:View Code 1 // Builder pattern -- Structural example 2 3 using System; 4 5 using System.Collections.Generic; 6 7 8 namespace DoFactory.GangOfFour.Builder.Structural 9 10 { 11 12 /// <summary> 13 14 /// MainApp startup class for S... 阅读全文
posted @ 2012-02-09 14:10
探索、追寻
阅读(98)
评论(0)
推荐(0)
浙公网安备 33010602011771号