Show / Hide Table of Contents

Class PropertyDefinitionExtensions

Extension methods for instances.

Inheritance
System.Object
PropertyDefinitionExtensions
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public static class PropertyDefinitionExtensions : object

Methods

| Improve this Doc View Source

GetBackingField(PropertyDefinition)

Gets the backing field of an Auto generated property.

Declaration
public static FieldDefinition GetBackingField(this PropertyDefinition propertyDefinition)
Parameters
Type Name Description
PropertyDefinition propertyDefinition

The property definition to get the backing field from.

Returns
Type Description
FieldDefinition

The field definition of the Backing field.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX