1 / 305
文档名称:

c#语言参考手册-英文版.doc

格式:doc   大小:3,135KB   页数:305页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

c#语言参考手册-英文版.doc

上传人:HShess 2022/7/15 文件大小:3.06 MB

下载得到文件列表

c#语言参考手册-英文版.doc

相关文档

文档介绍

文档介绍:c#语言参考手册-英文版
Copyright Microsoft Corporation 1999-2000. All Rights Reserved.
Copyright Microsoft Corporation #line 31
Pre-processing identifiers 31
Pre-processing expressions 31
Interaction with white space 32
Lexical analysis 33
Input 33
Table of Contents
x Copyright Microsoft Corporation 1999-2000. All Rights Reserved.
Copyright Microsoft Corporation 1999-2000. All Rights Reserved. v
Input characters 33
Line terminators 33
Comments 33
White space 33
Tokens 33
Processing of Unicode character escape sequences 34
Identifiers 34
Keywords 36
Literals 36
Boolean literals 36
Integer literals 36
Real literals 37
Character literals 38
String literals 39
The null literal 40
Operators and punctuators 40
3. Basic concepts 41
Declarations 41
Members 43
Namespace members 43
Struct members 43
Enumeration members 44
Class members 44
Interface members 44
Array members 44
Delegate members 44
Member access 44
Declared accessibility 44
Accessibility domains 45
Protected access 48
Accessibility constraints 48
Signatures and overloading 49
Scopes 50
Name hiding 52
Hiding through nesting 52
Hiding through inheritance 53
Namespace and type names 54
Fully qualified names 55
4. Types 57
Value types 57
Default constructors 58
Struct types 59
Simple types 59
Integral types 60
Floating point types 61
The decimal type 62
The bool type 63
Enumeration types 63
Reference types 63
Table of Contents
x Copyright Microsoft Corporation 1999-2000. All Rights Reserved.
Copyright Microsoft Corporation 1999-2000. All Rights Reserved. vi
Class types 64
The object type 64
The string type 64
In