GetBackingField(PropertyInfo)
Gets the backing field of a given property.
Declaration
public static FieldInfo GetBackingField(this PropertyInfo propertyInfo)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | propertyInfo | A property. |
Returns
Type | Description |
---|---|
FieldInfo | The FieldInfo representing the backing field of |