Index

SYMBOLS

! (logical negation) operator, 106

!= (not equals) operator, 103, 334–335

" (double quotes), 41

# (hash) symbol, 130

% (remainder) operator, 79–80

&& (AND) operator, 105

flag enums, 317–319

overloading, 337

() (cast) operator, 339–340

* (multiplication) operator, 79–80

++ (increment) operator, 88–91

+ (plus) operator, 78–79, 81–82

-- (decrement) operator, 88–91

- (delete) operator, 192

- (minus) operator, 78–79

- (subtraction) operator, 79–80

/ (division) operator, 79–80

/// (three-forward-slash delimiter), 351

; (semicolons), statements without, 12–13

< (less than) operator, 103

<= (less than or equal to) operator, 103

== (equals) operator, 103, 334–335

= operator, 16

> (greater than) operator, 103

>= (greater than or equal to) ...

Get Essential C# 2.0 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.