買這商品的人也買了...
-
Server-Based Java Programming$1,760$1,672 -
Microsoft Excel Version 2002 Inside Out$1,740$1,653 -
PHP Functions Essential Reference$1,900$1,805 -
$1,050Delphi/Kylix Database Development DataCLX for Windows and Linux (Paperback) -
Executable UML How to Build Class Models$1,740$1,653 -
Microsoft ASP.NET Step by Step$1,590$1,511 -
C++ Builder 6 程式設計快樂上手$590$590 -
專業 XML 程式設計第二版 (Professional XML, 2/e)$800$632 -
演算法導論 (Introduction to Algorithms, 2/e)$860$679 -
PHP & MySQL 完全架站攻略第二版$620$527 -
作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 -
ASP.NET 程式設計徹底研究$590$466 -
Head First Java$1,470$1,397 -
Java 2 教學手冊 SDK 1.4版 (Beginning Java 2 SDK 1.4 Edition)$780$616 -
資料庫系統概念 (Database System Concepts, 4/e)$750$713 -
數位影像處理 (Digital Image Processing, 2/e)$820$804 -
Embedded Systems: Architecture, Programming & Design$950$931 -
Project 2003 高手攻略$560$442 -
最新 JavaScript 完整語法參考辭典 第三版$490$382 -
Reporting Service 實戰演練$690$587 -
Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)$1,200$1,176 -
Head First Servlets & JSP$1,940$1,843 -
精通 CVS (Essential CVS)$720$569 -
ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507 -
Linux iptables 技術實務─防火牆、頻寬管理、連線管制$620$527
商品描述
Description:
The official reference for the Visual C# .NET programming language.
Here’s official documentation for the Microsoftâ Visual C#® .NET language, including descriptions of all major features. This LANGUAGE REFERENCE is taken from Microsoft’s electronic product documentation for Visual C# .NET. In its printed form, this material is portable, easy to use, and easy to browse—a comprehensive alternative to the substantial online help system in Visual C# .NET Standard software.
Get the technical details you need to work with:
• Types
• Modifiers
• Statements
• Method parameters
• Namespaces
• Operator keywords
• Conversion keywords
• Access keywords
• Literal keywords
• XML documentation
• Attributes
• Preprocessor directives
Table of Contents:
| PART 1 Introduction to C# | 1 |
| Programming in C# | 1 |
| General Structure of a C# Program | 2 |
| PART 2 C# Keywords | 3 |
| The Keywords | 3 |
| Access Keywords | 4 |
| base | 4 |
| this | 7 |
| Conversion Keywords | 9 |
| explicit | 9 |
| implicit | 11 |
| operator | 12 |
| Literal Keywords | 14 |
| null | 14 |
| true | 15 |
| false | 16 |
| Method Parameter Keywords | 17 |
| params | 17 |
| ref | 18 |
| out | 19 |
| Modifiers | 20 |
| Access Modifiers | 21 |
| abstract | 31 |
| const | 34 |
| event | 36 |
| extern | 42 |
| override | 44 |
| readonly | 46 |
| sealed | 47 |
| static | 48 |
| unsafe | 50 |
| virtual | 51 |
| volatile | 54 |
| Namespace Keywords | 55 |
| namespace | 55 |
| using | 57 |
| Operator Keywords | 61 |
| as | 62 |
| is | 63 |
| new | 65 |
| sizeof | 70 |
| typeof | 71 |
| true | 73 |
| false | 74 |
| stackalloc | 75 |
| Statement Keywords | 76 |
| Selection Statements | 76 |
| Iteration Statements | 82 |
| Jump Statements | 96 |
| Exception Handling Statements | 102 |
| Checked and Unchecked | 109 |
| fixed Statement | 116 |
| lock Statement | 118 |
| Type Keywords | 120 |
| Value Types | 121 |
| Boxing and Unboxing | 146 |
| Reference Types | 149 |
| Types Reference Tables | 161 |
| PART 3 C# Features | 169 |
| Operators | 169 |
| Overloadable Operators | 170 |
| [] Operator | 171 |
| () Operator | 172 |
| . Operator | 173 |
| + Operator | 174 |
| - Operator | 175 |
| * Operator | 176 |
| / Operator | 177 |
| % Operator | 178 |
| & Operator | 179 |
| | Operator | 180 |
| ^ Operator | 181 |
| ! Operator | 182 |
| ~ Operator | 183 |
| = Operator | 184 |
| < Operator | 185 |
| > Operator | 186 |
| ?: Operator | 187 |
| ++ Operator | 188 |
| -- Operator | 189 |
| Operators | |
| && Operator | 190 |
| || Operator | 192 |
| << Operator | 193 |
| >> Operator | 194 |
| == Operator | 195 |
| != Operator | 196 |
| <= Operator | 198 |
| >= Operator | 199 |
| += Operator | 200 |
| -= Operator | 201 |
| *= Operator | 202 |
| /= Operator | 203 |
| %= Operator | 204 |
| &= Operator | 205 |
| |= Operator | 206 |
| ^= Operator | 207 |
| <<= Operator | 208 |
| >>= Operator | 209 |
| -> Operator | 210 |
| Attributes | 211 |
| Introduction to Attributes | 211 |
| AttributeUsage | 218 |
| Conditional | 219 |
| Obsolete | 221 |
| Attributes Tutorial | 222 |
| Declarations | 229 |
| Members | 231 |
| Namespace Members | 232 |
| Struct Members | 232 |
| Class Members | 233 |
| Other Members | 233 |
| Member Access | 233 |
| Declared Accessibility | 234 |
| Accessibility Domains | 235 |
| Protected Access for Instance Members | 238 |
| Accessibility Constraints | 239 |
| Preprocessor Directives | 240 |
| #if | 240 |
| #else | 241 |
| #elif | 242 |
| #endif | 243 |
| #define | 243 |
| #undef | 244 |
| #warning | 244 |
| #error | 245 |
| #line | 246 |
| #region | 247 |
| #endregion | 247 |
| Arrays | 248 |
| Single-Dimensional Arrays | 248 |
| Multidimensional Arrays | 250 |
| Jagged Arrays | 252 |
| Passing Arrays Using ref and out | 254 |
| Arrays Tutorial | 256 |
| Constructors and Destructors | 261 |
| Class Constructors | 261 |
| Struct Constructors | 268 |
| Destructors | 270 |
| Indexers | 272 |
| Indexer Declaration | 273 |
| Comparison Between Properties and Indexers | 276 |
| Interface Indexers | 277 |
| Indexers Tutorial | 279 |
| Properties | 283 |
| Property Declaration | 284 |
| Accessors | 286 |
| Interface Properties | 293 |
| Properties Tutorial | 296 |
| Signatures and Overloading | 302 |
| Scopes | 303 |
| General Rules for Scopes | 304 |
| Name Hiding | 306 |
| Hiding Through Nesting | 306 |
| Hiding Through Inheritance | 307 |
| Passing Parameters | 309 |
| Main Method | 315 |
| Return Values | 315 |
| Command-Line Arguments | 316 |
| Conditional Methods Tutorial | 318 |
| Delegates Tutorial | 321 |
| Events | 328 |
| XML Documentation | 335 |
| Tags for Documentation Comments | 335 |
| Processing the XML File | 349 |
| APPENDIX C# Compiler Options | 353 |
| Building from the Command Line | 353 |
| C# Compiler Options Listed by Category | 355 |
| C# Compiler Options Listed Alphabetically | 357 |
| @ (Specify Response File) | 359 |
| /addmodule (Import Metadata) | 360 |
| /baseaddress (Specify Base Address of DLL) | 361 |
| /bugreport (Report a Problem) | 361 |
| /checked (Check Integer Arithmetic) | 362 |
| /codepage (Specify Code Page for Source Code Files) | 363 |
| /debug (Emit Debugging Information) | 364 |
| /define (Preprocessor Definition) | 365 |
| /doc (Process Documentation Comments) | 366 |
| /filealign (Specify Section Alignment) | 367 |
| /fullpaths (Specify Absolute Path in Compiler Output) | 367 |
| /help, /? (Compiler Command–Line Help) | 368 |
| /incremental (Enable Incremental Compilation) | 368 |
| /lib (Specify Assembly Reference Locations) | 369 |
| /linkresource (Link to .NET Framework Resource) | 370 |
| /main (Specify Location of Main Method) | 371 |
| /noconfig (Ignore csc.rsp) | 372 |
| /nologo (Suppress Banner Information) | 373 |
| /nostdlib (Do Not Import Standard Library) | 373 |
| /nowarn (Suppress Specified Warnings) | 374 |
| /optimize (Enable/Disable Optimizations) | 374 |
| /out (Set Output File Name) | 375 |
| /recurse (Find Source Files in Subdirectories) | 376 |
| /reference (Import Metadata) | 377 |
| /resource (Embed Resource File to Output) | 378 |
| /target (Specify Output File Format) | 379 |
| /unsafe (Enable Unsafe Mode) | 383 |
| /utf8output (Display Compiler Messages with UTF-8) | 383 |
| /warn (Specify Warning Level) | 384 |
| /warnaserror (Treat Warnings as Errors) | 385 |
| /win32icon (Import an .ico File) | 385 |
| /win32res (Import a Win32 Resource File) | 386 |
| INDEX | 387 |
商品描述(中文翻譯)
描述:
官方的 Visual C# .NET 程式語言參考資料。
這是 Microsoft 的 Visual C#® .NET 語言的官方文件,包括所有主要功能的描述。這份語言參考資料取自 Microsoft 的 Visual C# .NET 電子產品文檔。以印刷形式呈現時,這些資料便於攜帶、易於使用且易於瀏覽,是 Visual C# .NET 標準軟體中龐大線上幫助系統的全面替代方案。
獲取您需要的技術細節以進行以下操作:
• 類型
• 修飾符
• 語句
• 方法參數
• 命名空間
• 運算子關鍵字
• 轉換關鍵字
• 存取關鍵字
• 字面量關鍵字
• XML 文件
• 屬性
• 預處理指令
目錄:
第一部分 C# 簡介
1. C# 程式設計
2. C# 程式的一般結構
第二部分 C# 關鍵字
3. 關鍵字
4. 存取關鍵字
• base
• this
5. 轉換關鍵字
• explicit
• implicit
• operator
6. 字面量關鍵字
• null
• true
• false
7. 方法參數關鍵字
• params
• ref
• out
8. 修飾符
• 存取修飾符
• abstract
• const
• event
• extern
• override
• readonly
• sealed
• static
• unsafe
• virtual
• volatile
9. 命名空間關鍵字
• namespace
• using
10. 運算子關鍵字
• as
• is
• new
• sizeof
• typeof
• true
• false
• stackalloc
11. 語句關鍵字
• 選擇語句
• 迭代語句
• 跳轉語句
• 異常處理語句
• Checked 和 Unchecked
• fixed 語句
• lock 語句
12. 類型關鍵字
• 值類型
• 裝箱和拆箱
• 參考類型
• 類型參考表
第三部分 C# 特性
169. 運算子
• 可重載運算子
• [] 運算子
• () 運算子
