© Roger Villela 2019
R. VillelaExploring the .NET Core 3.0 Runtimehttps://doi.org/10.1007/978-1-4842-5113-3_4

4. Working with Dynamic .NET Properties

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

In this chapter, you will learn how to define a dynamic .NET property member.

About Dynamic .NET Properties

A dynamic .NET property is a named value, backed by a defined dynamic .NET field, that has dynamic .NET methods associated with it that are generically named getter and setter methods. But a dynamic .NET property can also have more dynamic .NET methods associated with it; these methods are generically called other methods.

The terms getter, setter, and other methods come from the MSIL .property directive that is used in the metadata for defining them. ...

Get Exploring the .NET Core 3.0 Runtime: Through Code Generation and Metadata Inspection 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.