摘要: The cw code snippet is quite useful during the early chapters of this text, in that it will automatically expand to Console.WriteLine()! 阅读全文
posted @ 2015-02-16 16:03 海川0 阅读(80) 评论(0) 推荐(0) 编辑
摘要: On the Windows operating system, an application’s return value is stored within a system environment variable named %ERRORLEVEL%.在Windows操作系统,一个应用程序的返... 阅读全文
posted @ 2015-02-16 15:07 海川0 阅读(88) 评论(0) 推荐(0) 编辑
摘要: The primary role of the CLR is to locate, load, and manage .NET objects on your behalf.CLR主要的角色就是为你定位,加载和管理.Net对象。The CLR also takes care of a number ... 阅读全文
posted @ 2015-02-15 15:05 海川0 阅读(86) 评论(0) 推荐(0) 编辑
摘要: The existing class that will serve as the basis for the new class is termed a base or parent class.那些用于服务新的的已经存在的类被称为基类或者父类。The extending classes are ... 阅读全文
posted @ 2015-02-15 10:47 海川0 阅读(114) 评论(0) 推荐(0) 编辑
摘要: The C# event KeywordAs a shortcut, so you don’t have to build custom methods to add or remove methods to a delegate’s invocation list, C# provides the... 阅读全文
posted @ 2015-02-05 00:14 海川0 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 345345 阅读全文
posted @ 2014-07-29 22:50 海川0 阅读(207) 评论(0) 推荐(0) 编辑