摘要: /// <summary> /// 在cmd窗体内执行如下: /// CtrlOrderDrierApp.exe -f -t /// 返回: /// FOO /// Show Table /// </summary> /// <param name="args"></param> static vo 阅读全文
posted @ 2017-01-23 22:28 hanhan6494 阅读(212) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 在cmd窗体内执行如下: /// OrderDriverApp.exe Order Driver App /// 返回: /// The args array contains 3 entries! /// args0 = Order /// args1 = Dr 阅读全文
posted @ 2017-01-23 22:08 hanhan6494 阅读(255) 评论(0) 推荐(0) 编辑
摘要: Enumerable和IEnumerator接口是.NET中非常重要的接口,二者区别: 1. IEnumerable是个声明式的接口,声明实现该接口的类就是“可迭代的enumerable”,但并没用说明如何实现迭代器(iterator).其代码实现为: public interface IEnume 阅读全文
posted @ 2017-01-23 11:29 hanhan6494 阅读(256) 评论(0) 推荐(0) 编辑