© Roger Villela 2020
R. VillelaPro .NET 5 Custom Librarieshttps://doi.org/10.1007/978-1-4842-6391-4_4

4. .NET Special Members: Constructors in a Managed Environment

Roger Villela1  
(1)
Sao Paulo, São Paulo, Brazil
 

This chapter covers special members that a .NET custom data type should implement.

Acronyms

The following acronyms are introduced in this chapter:
  • 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.

About Constructors ...

Get Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types 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.