- 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."
推薦閱讀
- 精通Nginx(第2版)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Python從入門到精通(精粹版)
- C語言程序設計實驗指導 (第2版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Learning Material Design
- Qt5 C++ GUI Programming Cookbook
- Django 5企業級Web應用開發實戰(視頻教學版)
- Android Development Tools for Eclipse
- WebStorm Essentials
- 計算機組裝與維護(第二版)
- Mastering Object:Oriented Python(Second Edition)
- 從零開始學算法:基于Python
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- VB語言程序設計教程(第2版)