- Roslyn Cookbook
- Manish Vasani
- 186字
- 2021-07-15 17:07:27
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, and user input are shown as follows: "Additionally, the .editorconfig files can be checked into the repo alongside the sources, so that the rules are enforced for every user that contributes to the repo."
A block of code is set as follows:
private void Method_PreferBraces(bool flag)
{
if (flag)
{
Console.WriteLine(flag);
}
}
Any command-line input or output is written as follows:
msbuild ClassLibrary.csproj /v:m
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, click File | New | Project..., create a new C# class library project, and replace the code in Class1.cs with code from the code sample at ClassLibrary/Class1.cs."
- 黑客攻防從入門到精通(實戰秘笈版)
- 演進式架構(原書第2版)
- WildFly:New Features
- Python從小白到大牛
- arc42 by Example
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 網絡爬蟲原理與實踐:基于C#語言
- 零基礎輕松學SQL Server 2016
- C語言程序設計
- Spring核心技術和案例實戰
- Protocol-Oriented Programming with Swift
- D3.js By Example
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Julia 1.0 Programming Complete Reference Guide
- Python趣味創意編程