- 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."
- 數據結構與算法JavaScript描述
- Scratch 3.0少兒編程與邏輯思維訓練
- Processing互動編程藝術
- Visual C
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Machine Learning for OpenCV
- Python 快速入門(第3版)
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- TensorFlow.NET實戰
- 情境微課開發(第2版)
- Neo4j權威指南 (圖數據庫技術叢書)
- WordPress 3.7 Complete(Third Edition)
- Practical XMPP