- Multithreading in C# 5.0 Cookbook
- Eugene Agafonov
- 144字
- 2021-07-21 18:09:58
Conventions
In this book, you will find a number of styles of text that distinguish among different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " When we construct a thread, an instance of the ThreadStart
or ParameterizedThreadStart
delegate is passed to the constructor."
A block of code is set as follows:
static void PrintNumbers() { Console.WriteLine("Starting..."); for (int i = 1; i < 10; i++) { Console.WriteLine(i); } }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Start Visual Studio 2012. Create a new C# Console Application project."
推薦閱讀
- UI圖標創意設計
- Java程序設計與開發
- Ext JS 4 Web Application Development Cookbook
- SQL Server從入門到精通(第3版)
- RISC-V體系結構編程與實踐(第2版)
- INSTANT Silverlight 5 Animation
- Python 3 數據分析與機器學習實戰
- App Inventor 2 Essentials
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Mastering ArcGIS Server Development with JavaScript
- Getting Started with the Lazarus IDE
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Mastering Vim
- 算法(第4版)
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)