IPropertySymbol.OriginalDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The original definition of the property. If the property is constructed from another symbol by type substitution, OriginalDefinition gets the original symbol, as it was defined in source or metadata.
public:
property Microsoft::CodeAnalysis::IPropertySymbol ^ OriginalDefinition { Microsoft::CodeAnalysis::IPropertySymbol ^ get(); };
public Microsoft.CodeAnalysis.IPropertySymbol OriginalDefinition { get; }
member this.OriginalDefinition : Microsoft.CodeAnalysis.IPropertySymbol
Public ReadOnly Property OriginalDefinition As IPropertySymbol