- 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."
- Learning LibGDX Game Development(Second Edition)
- Mastering NetBeans
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- UML和模式應用(原書第3版)
- Learning Cython Programming(Second Edition)
- Microsoft Dynamics 365 Extensions Cookbook
- Hands-On Image Processing with Python
- JavaScript+jQuery開發實戰
- 青少年Python編程入門
- INSTANT Django 1.5 Application Development Starter
- Swift語言實戰精講
- SQL Server與JSP動態網站開發
- 零基礎Java學習筆記
- Spring Boot+Vue全棧開發實戰
- 征服C指針(第2版)