This chapter covers special members that a .NET custom data type should implement.
Acronyms
Application programming interface (API)
Code Document Object Model (CodeDOM)
Object-oriented programming (OOP)
Special Members
Throughout these chapters, we are examining members that we should override (or not) for our .NET custom data types. At this point, we focus on internal aspects of special members (constructors and destructors, for example). This chapter focuses on constructors.