官术网_书友最值得收藏!

  • Mastering C# Concurrency
  • Eugene Agafonov Andrew Koryavchenko
  • 233字
  • 2021-07-09 21:26:05

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This happens because the Add method of the List<T> class is not thread safe, and the reason for this lies in the implementation details."

A block of code is set as follows:

public void Add(T item)
{
    if (_size == _items.Length) EnsureCapacity(_size + 1);
    _items[_size++] = item;
    _version++;
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

public void Add(T item)
{
    if (_size == _items.Length) EnsureCapacity(_size + 1);
    _items[_size++] = item;
    _version++;
}

Any command-line input or output is written as follows:

T2: Add - [T2]: Item 1
T1: Add - [T1]: Item 1
T2: Add - [T2]: Item 2
T2: Add - [T2]: Item 3

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: "Click on Finish and repeat all this for another controller."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 绥化市| 东兰县| 资阳市| 阿坝| 留坝县| 沙雅县| 天水市| 墨江| 县级市| 池州市| 津南区| 西乌| 平远县| 本溪市| 芒康县| 桦南县| 海南省| 托里县| 兴化市| 庆城县| 深州市| 钟山县| 疏勒县| 马公市| 沙雅县| 义马市| 通河县| 玉环县| 池州市| 大洼县| 无为县| 石首市| 竹山县| 赤壁市| 泰来县| 怀来县| 屏东县| 富宁县| 雅安市| 汝城县| 淮南市|