December 2023
Intermediate to advanced
1232 pages
33h 12m
English
The previous chapters covered most of the constructs for defining records and value types (structs and enums). However, several details remain to round out the type definition with fit-and-finish-type functionality. This chapter explains how to put the final touches on a type declaration, which includes such concepts as operator overloading, referencing other libraries, additional access modifiers, namespaces, inline documentation with XML comments, and resource management.
The preceding chapter looked at implementing value equality behavior and provided the guideline that the class should also implement ...
Read now
Unlock full access