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

3. .NET Methods: Implementation Details

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

This chapter covers methods that a .NET custom data type inherits from the System.Object root .NET data type and aspects of the execution environment.

Methods

Previously in this book, you read about methods that we should override for .NET custom data types. This section covers some internal aspects of inherited methods and related issues with regard to the execution environment.

About the Use of Operators

Operators are implemented as methods for implementing specific operations, and they are also implemented using the static keyword for modifier and the public

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.