2021年7月19日

责任链模式

摘要: 责任链模式结构: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace DesignPattern.BehavioralPattern 7 阅读全文

posted @ 2021-07-19 15:41 HowieGo 阅读(62) 评论(0) 推荐(0)

策略模式

摘要: 策略模式结构: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace DesignPattern.BehavioralPattern 7 阅读全文

posted @ 2021-07-19 15:13 HowieGo 阅读(66) 评论(0) 推荐(0)

导航