1. Assemly A managed module is a standard 32-bit Microsoft Windoes portable executable (PE32) file or a standard 64-bit Windows portable executable (PE32+) file that requires the CLR to execute. Managed Module = IL + metadata. Ass…
索引 意图 结构 参与者 适用性 效果 相关模式 实现 实现方式(一):Iterator 模式结构样式代码. 实现方式(二):实现 IEnumerable 中序遍历二叉树. 实现方式(三):实现 BidirectionalConcurrentDictionary 双向并发字典. 实现方式(四):实现 RoundRobin 循环列表. 意图 提供一种方法顺序访问一个聚合对象中各个元素,而又不需暴露该对象的内部表示. Provide a way to access the elements of a…