2010年5月11日

C#中bool与Boolean有什么区别?string和String区别?

摘要: 转自:http://hi.baidu.com/%CA%B8%C8%D0/blog/item/7d3392f883d4ecd5b48f31dc.html1. bool是基本值类型,Boolean 是对象. 2. bool是Boolean的别名.bool是C#中的,Boolean是.net Framework中的。 出于对Boolean的好奇,我用Reflector反汇编了下mscorlib.dll,... 阅读全文

posted @ 2010-05-11 14:09 ATAK 阅读(813) 评论(0) 推荐(0) 编辑

基于事件的异步模式

摘要: using System;using System.Collections;using System.Collections.Specialized;using System.ComponentModel;using System.Data;using System.Drawing;using System.Globalization;using System.Threading;using Sy... 阅读全文

posted @ 2010-05-11 13:41 ATAK 阅读(401) 评论(0) 推荐(0) 编辑

导航