Open sandboxFocus

Property Declaration

Declaration

Gets the declaration after the override transformation has been applied.

Declaration
T Declaration { get; }
Property Value
Type Description
T

For most declarations, this returns the same declaration that was targeted by the override advice. When overriding a field, this returns the property that now represents the field (the field is automatically transformed into a property with a backing field).