OriginalField
Gets the IField from which the current property was generated. This property returns
null in compilations in which the field has already been transformed into a property.
It returns non-null only if the field is being transformed into a property. The opposite side of this relationship is the
OverridingProperty of the IProperty interface.
Declaration
IField? OriginalField { get; }Property Value
| Type | Description |
|---|---|
| IField |