- 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."
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Git Version Control Cookbook
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- Julia for Data Science
- Android Sensor Programming By Example
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開發(fā)技術(shù))
- Django 2.0 入門與實(shí)踐
- jBPM6 Developer Guide
- Mastering Python for Data Science