Class PropertyDefinitionExtensions
Extension methods for
Inheritance
System.Object
PropertyDefinitionExtensions
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public static class PropertyDefinitionExtensions : object
Methods
| Improve this Doc View SourceGetBackingField(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. |