在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
词法结构**[第二章 词法结构](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.html "C# Language Specification 5.0 (翻译)第二章 词法结构")**(2015年07月13日) [2.1 程序](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_1 "Program") [2.2 文法](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_2 "Grammars") [2.2.1 文法表示法](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_3 "Grammar notation") [2.2.2 词法文法](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_4 "Lexical grammar") [2.2.3 句法文法](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_5 "Syntactic grammar") [2.3 词法分析](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_6 "Lexical analysis") [2.3.1 行终结符](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_7 "Line terminators") [2.3.2 注释](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_8 "Comments") [2.3.3 空白](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_9 "White space") [2.4 标记](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_10 "Tokens") [2.4.1 Unicode 字符转义序列](http://www.cnblogs.com/forerunner/p/csls5-11-Lexical_structure.htm#nav_2 "Unicode character escape sequences") [2.4.2 标识符](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_12 "Identifiers") [2.4.3 关键字](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_13 "Keywords") [2.4.4 文本](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_14 "Literals") [2.4.4.1 布尔值](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav15 "Boolean literals") [2.4.4.2 整数](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_16 "Integer literals") [2.4.4.3 实数](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_17 "Real literals") [2.4.4.4 字符](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_18 "Character literals") [2.4.4.5 字符串](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_19 "String literals") [2.4.4.6 空 null](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_20 "The null literal") [2.4.5 操作符与标点符](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_21 "Operators and punctuators") [2.5 预处理指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_22 "Pre-processing directives") [2.5.1 条件编译符号](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_23 "Conditional compilation symbols") [2.5.2 预处理表达式](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_24 "Pre-processing expressions") [2.5.3 声明指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_25 "Declaration directives") [2.5.4 条件编译指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_26 "Conditional compilation directives") [2.5.5 诊断指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_27 "Diagnostic directives") [2.5.6 区域指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_28 "Region directives") [2.5.7 行指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_29 "Line directives") [2.5.8 编译指示指令](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_30 "Pragma directives") [2.5.8.1 编译指示警告](http://www.cnblogs.com/forerunner/p/csls5-2-Lexical_structure.htm#nav_31 "Pragma warning")基本概念**[第三章 基本概念](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html "C# Language Specification 5.0 (翻译)第三章 基本概念")**(2015年07月21日) [3.1 应用程序启动](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_1 "Application Startup") [3.2 应用程序终止](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_2 "Application termination") [3.3 声明](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_3 "Declarations") [3.4 成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_4 "Members") [3.4.1 命名空间成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_5 "Namespace members") [3.4.2 结构成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_6 "Struct members") [3.4.3 枚举成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_7 "Enumeration members") [3.4.4 类成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_8 "Class members") [3.4.5 接口成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_9 "Interface members") [3.4.6 数组成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_10 "Array members") [3.4.7 委托成员](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_11 "Delegate members") [3.5 成员访问](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_12 "Member access") [3.5.1 声明的可访问性](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_13 "Declared accessibility") [3.5.2 可访问域](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_14 "Accessibility domains") [3.5.3 实例成员的受保护访问](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_15 "Protected access for instance members") [3.5.4 可访问性约束](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_16 "Accessibility constraints") [3.6 签名与重载](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_17 "Signatures and overloading") [3.7 作用域](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_18 "Scopes") [3.7.1 名称隐藏](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_19 "Name hiding") [3.7.1.1 通过嵌套隐藏](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_20 "Hiding through nesting") [3.7.1.2 通过继承隐藏](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_21 "Hiding through inheritance") [3.8 命名空间与类型名](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_22 "Namespace and type names") [3.8.1 完全限定名](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_23 "Fully qualified names") [3.9 自动内存管理](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_24 "Automatic memory management") [3.10 执行顺序](http://www.cnblogs.com/forerunner/p/csls5-3-Basic_Concepts.html#nav_25 "Execution order")类型**[第四章 类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html "C# Language Specification 5.0 (翻译)第四章 类型")**(2015年07月28日) [4.1 值类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_1 "Value types") [4.1.1 System.ValueType 类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_2 "The System.ValueType type") [4.1.2 默认构造函数](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_3 "Default constructors") [4.1.3 结构类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_4 "Struct types") [4.1.4 简单类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_5 "Simple types") [4.1.5 整数类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_6 "Integral types") [4.1.6 浮点数类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_7 "Floating point types") [4.1.7 decimal 类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_8 "The decimal type") [4.1.8 布尔类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_9 "The bool type") [4.1.9 枚举类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_10 "Enumeration types") [4.1.10 可空类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_11 "Nullable types") [4.2 引用类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_12 "Reference types") [4.2.1 类类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_13 "Class types") [4.2.2 对象类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_14 "The object type") [4.2.3 dynamic 类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_15 "The dynamic type") [4.2.4 字符串类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_16 "The string type") [4.2.5 接口类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_17 "Interface types") [4.2.6 数组类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_18 "Array types") [4.2.7 委托类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_19 "Delegate types") [4.3 装箱与拆箱](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_20 "Boxing and unboxing") [4.3.1 装箱转换](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_21 "Boxing conversions") [4.3.2 拆箱转换](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_22 "Unboxing conversions") [4.4 构造类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_23 "Constructed types") [4.4.1 类型实参](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_24 "Type arguments") [4.4.2 开放与封闭类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_25 "Open and closed types") [4.4.3 绑定与未绑定类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_26 "Bound and unbound types") [4.4.4 满足约束](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_27 "Satisfying constraints") [4.5 类型形参](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_28 "Type parameters") [4.6 表达式树类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_29 "Expression tree types") [4.7 dynamic 类型](http://www.cnblogs.com/forerunner/p/csls5-4-Types.html.html#nav_30 "The dynamic type")变量**[第五章 变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html "C# Language Specification 5.0 (翻译)第五章 变量")**(2015年08月12日) [5.1 变量种类](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_1 "Variable categories") [5.1.1 静态变量 ](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_2 "Static variables") [5.1.2 实例变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_3 "Instance variables") [5.1.2.1 类中的实例变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_4 "Instance variables in classes") [5.1.2.2 结构中的实例变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_5 "Instance variables in structs") [5.1.3 数组元素](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_6 "Array elements") [5.1.4 值参数](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_7 "Value parameters") [5.1.5 引用参数](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_8 "Reference parameters") [5.1.6 输出参数](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_9 "Output parameters") [5.1.7 局部变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_10 "Local variables") [5.2 默认值](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_11 "Default values") [5.3 明确赋值](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_12 "Definite assignment") [5.3.1 初始已赋值变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_13 "Initially assigned variables") [5.3.2 初始未赋值变量](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_14 "Initially unassigned variables") [5.3.3 明确赋值的详细规则](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_15 "Precise rules for determining definite assignment") [5.3.3.1 一般语句规则](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_16 "General rules for statements") [5.3.3.2 块、checked 与 unchecked 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_17 "Block statements, checked, and unchecked statements") [5.3.3.3 表达式语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_18 "Expression statements") [5.3.3.4 声明语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_19 "Declaration statements") [5.3.3.5 if 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_20 "If statements") [5.3.3.6 switch 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_21 "Switch statements") [5.3.3.7 while 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_22 "While statements") [5.3.3.8 do 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_23 "Do statements") [5.3.3.9 for 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_24 "For statements") [5.3.3.10 break、continue 与 goto 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_25 "Break, continue, and goto statements") [5.3.3.11 throw 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_26 "Throw statements") [5.3.3.12 return 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_27 "Return statements") [5.3.3.13 try-catch 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_28 "Try-catch statements") [5.3.3.14 try-finally 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_29 "Try-finally statements") [5.3.3.15 try-catch-finally 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_30 "Try-catch-finally statements") [5.3.3.16 foreach 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_31 "Foreach statements") [5.3.3.17 using 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_32 "Using statements") [5.3.3.18 lock 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_33 "Lock statements") [5.3.3.19 yield 语句](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_34 "Yield statements") [5.3.3.20 简单表达式的一般规则](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_35 "General rules for simple expressions") [5.3.3.21 带嵌入表达式的表达式一般规则](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_36 "General rules for expressions with embedded expressions") [5.3.3.22 调用表达式与对象创建表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_37 "Invocation expressions and object creation expressions") [5.3.3.23 简单赋值表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_38 "Simple assignment expressions") [5.3.3.24 && 表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_39 "&& expressions") [5.3.3.25 || 表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_40 "|| expressions") [5.3.3.26 ! 表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_41 "! expressions") [5.3.3.27 ?? 表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_42 "?? expressions") [5.3.3.28 ?: 表达式](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_43 "?: expressions") [5.3.3.29 匿名函数](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_44 "Anonymous functions") [5.4 变量引用](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_45 "Variable references") [5.5 变量引用的原子性](http://www.cnblogs.com/forerunner/p/csls5-5-Variables.html.html#nav_46 "Atomicity of variable references")转换**[第六章 转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html "C# Language Specification 5.0 (翻译)第六章 转换")**(2015年09月15日) [6.1 隐式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_1 "Implicit conversions") [6.1.1 标识转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_2 "Identity conversion") [6.1.2 隐式数值转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_3 "Implicit numeric conversions") [6.1.3 隐式枚举转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_4 "Implicit enumeration conversions") [6.1.4 隐式可空值转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_5 "Implicit nullable conversions") [6.1.5 空值文本转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_6 "Null literal conversions") [6.1.6 隐式引用转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_7 "Implicit reference conversions") [6.1.7 装箱转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_8 "Boxing conversions") [6.1.8 隐式动态转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_9 "Implicit dynamic conversions") [6.1.9 隐式常量表达式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_10 "") [6.1.10 涉及类型形参的隐式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_11 "Implicit conversions involving type parameters") [6.1.11 用户定义隐式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_12 "User-defined implicit conversions") [6.1.12 匿名函数转换与方法组转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_13 "Anonymous function conversions and method group conversions") [6.2 显式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_17 "Explicit conversions") [6.2.1 显式数值转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_18 "Explicit numeric conversions") [6.2.2 显式枚举转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_19 "Explicit enumeration conversions") [6.2.3 显式可空值转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_20 "Explicit nullable conversions") [6.2.4 显式引用转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_21 "Explicit reference conversions") [6.2.5 拆箱转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_22 "Unboxing conversions") [6.2.6 显式动态转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_23 "Explicit dynamic conversions") [6.2.7 涉及类型形参的显式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_24 "Explicit conversions involving type parameters") [6.2.8 用户定义显式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_25 "User-defined explicit conversions") [6.3 标准转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_26 "Standard conversions") [6.3.1 标准隐式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_27 "Standard implicit conversions") [6.3.2 标准显式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_28 "Standard explicit conversions") [6.4 用户定义转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_29 "User-defined conversions") [6.4.1 许可的用户定义转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_30 "Permitted user-defined conversions") [6.4.2 提升转换操作符](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_31 "Lifted conversion operators") [6.4.3 用户定义转换的计算](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_32 "Evaluation of user-defined conversions") [6.4.4 用户定义隐式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_33 "User-defined implicit conversions") [6.4.5 用户定义显式转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_34 "User-defined explicit conversions") [6.5 匿名函数转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_35 "Anonymous function conversions") [6.5.1 匿名函数转换为委托类型的计算](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_36 "Evaluation of anonymous function conversions to delegate types") [6.5.2 匿名函数转换为表达式树类型的计算](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_37 "Evaluation of anonymous function conversions to expression tree types") [6.5.3 实现举例](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_38 "Implementation example") [6.6 方法组转换](http://www.cnblogs.com/forerunner/p/csls5-6-Conversions.html.html#nav_39 "Method group conversions")表达式 Expressions
声明 Statements
命名空间**[第九章 命名空间](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html "C# Language Specification 5.0 (翻译)第九章 命名空间")**(2015年12月13日,完成度20%) [9.1 编译单元](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_1 "Compilation units") [9.2 命名空间声明](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_2 "Namespace declarations") [9.3 Extern 别名](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_3 "Extern aliases") [9.4 using 指令](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_4 "Using directives") [9.4.1 using 别名指令](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_5 "Using alias directives") [9.4.2 using 命名空间指令](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_6 "Using namespace directives") [9.5 命名空间成员](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_7 "Namespace members") [9.6 类型定义](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_8 "Type declarations") [9.7 命名空间别名限定符](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_9 "Namespace alias qualifiers") [9.7.1 别名唯一性](http://www.cnblogs.com/forerunner/p/csls5-9-Namespaces.html#nav_10 "Uniqueness of aliases")类 Classes
结构 Structs
数组 Arrays
接口 Interfaces
枚举 Enums
委托 Delegates
异常 Exceptions
特性 Attributes
编写不安全的代码
附录1:注释
附录2:语法
附录3:参考 |
请发表评论