Index

A note on the digital index

A link in an index entry is displayed as the section title in which that entry appears. Because some sections have multiple index markers, it is not unusual for an entry to have several links to the same section. Clicking on any link will take you directly to the place in the text in which the marker appears.

Symbols

!= not equal to operator, if Statements
& address-of operator, Pointers
&& Boolean combination operator (if both true), if Statements
* dereference operator, Pointers
* multiplication operator, Expressions and Statements
+ addition operator, Expressions and Statements
++ increment operator, Increment and Decrement Operators
+= adding value operator, Assignment Statements, Race conditions
- subtraction operator, Expressions and Statements
-- decrement operator, Increment and Decrement Operators
-> member access operator, Pointers
. delineation operator, Namespaces and Types
/ division operator, Expressions and Statements
/* */ multi-line comment, Comments, Regions, and Readability
// single-line comment, Comments, Regions, and Readability
/// XML Documentation Comments, XML Documentation Comments
32-bit processes, Managed Code, Integers, Array Size, 64-bit Versus 32-bit64-bit Versus 32-bit
3D graphics, 3D graphics
64-bit processes, Managed Code, Integers, Array Size, 64-bit Versus 32-bit64-bit Versus 32-bit
: calling one constructor from another, Value Types and Reference Types
: part of ternary operator, if...else
; end statement, Projects and Solutions ...

Get Programming C# 4.0, 6th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.