- iOS Development with Xamarin Cookbook
- Dimitris Tavlikos
- 195字
- 2021-07-16 11:45:02
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, cookbook names, recipe names, scripts, database table names, folder names, filenames, file extensions, and pathnames are shown as follows: "The Register
attribute is used to expose classes to the underlying Objective-C runtime."
A block of code is set as follows:
using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
EKEvent newEvent = EKEvent.FromStore(evStore);
newEvent.StartDate = DateTime.Now.AddDays(1);
newEvent.EndDate = DateTime.Now.AddDays(1.1);
newEvent.Title = "Xamarin event!";
Any command-line input or output is written as follows:
cd <code_directory>/CH06_code/WcfService/WcfService ./start_wcfservice.sh
New terms and important words are shown in bold. Words you see on the screen, in menus or dialog boxes, for example, appear in the text like this: "Go to the Library pane and select Objects from the drop-down list."
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Vue.js 2 and Bootstrap 4 Web Development
- Learning SAP Analytics Cloud
- Android 應用案例開發大全(第3版)
- Web程序設計(第二版)
- Java系統化項目開發教程
- Python深度學習:模型、方法與實現
- Raspberry Pi Robotic Blueprints
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 從Power BI到Analysis Services:企業級數據分析實戰
- ASP.NET Web API Security Essentials
- 微前端設計與實現
- PHP Microservices
- 你好!Java
- Java EE輕量級解決方案:S2SH