Errata

C# 10 Pocket Reference

Errata for C# 10 Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 111
2rd paragraph

In the following example, TextBox implements IUndo.Undo explicitly, ...
--> In the following example, TextBox implements IUndoable.Undo explicitly, ...

Jiho Park  Jan 29, 2023 
Printed Page 115
2rd paragraph

The operators that work with enums are:
= == != < > <= >= + - ^ & | ~
+= -= ++ - sizeof

--> '-' operator on the 3rd line must be '--' operator.

Jiho Park  Jan 29, 2023 
Printed Page 156
2nd example code

Enumerable<int> EvenNumbersOnly (
--> IEnumerable<int> EvenNumbersOnly (

Jiho Park  Feb 19, 2023