上一页 1 ··· 229 230 231 232 233 234 235 236 237 ··· 493 下一页
  2014年9月25日
摘要: 迭代器模式(Iterator Pattern):提供一种方法来访问聚合对象,而不用暴露这个对象的内部表示,其别名为游标(Cursor)。模式角色与结构:实现代码:using System;using System.Collections.Generic;using System.Linq;using... 阅读全文
posted @ 2014-09-25 21:38 逝者如斯(乎) 阅读(733) 评论(0) 推荐(0)
上一页 1 ··· 229 230 231 232 233 234 235 236 237 ··· 493 下一页