方法的重载:OverLoad.....................................................................................................................2
关于流程控制:................................................................................................................................2
数组:(params 参数) ....................................................................................................................2
异常: ............................................................................................................................................3
溢出(checked,unchecked)...........................................................................................................3
枚举类型.........................................................................................................................................4
结构 struct....................................................................................................................................4
this 关键字 ....................................................................................................................................4
访问修饰符 .....................................................................................................................................4
static 关键字................................................................................................................................5
单例模式 Singleton........................................................................................................................5
const 与 readonly.........................................................................................................................5
参数传递.........................................................................................................................................6
封箱解箱.........................................................................................................................................6
base 关键字 ...................................................................................................................................6
方法的隐藏(new 关键字).............................................................................................................6
方法覆盖: override.......................................................................................................................6
System.Object 类...........................................................................................................................6
abstract 关键字 ............................................................................................................................6
interface 接口 ..............................................................................................................................7
sealed 密封 ...................................................................................................................................7
IEnumerable 接口...........................................................................................................................7
索引器 ............................................................................................................................................7
回收资源.........................................................................................................................................7
接口回调.........................................................................................................................................7
匿名方法.........................................................................................................................................8
C#语法单词中英文对照....................................................................................................................8