Class PropertyAbstractnessChange
Inheritance
PropertyAbstractnessChange
Assembly: Unity.APIComparison.Framework.dll
Syntax
public class PropertyAbstractnessChange : APIChangeBase<PropertyDefinition>, IAPIChange
Constructors
PropertyAbstractnessChange(PropertyDefinition, PropertyDefinition)
Declaration
public PropertyAbstractnessChange(PropertyDefinition original, PropertyDefinition current)
Parameters
Type |
Name |
Description |
PropertyDefinition |
original |
|
PropertyDefinition |
current |
|
Methods
Accept(IAPIChangeVisitor)
Declaration
public override void Accept(IAPIChangeVisitor visitor)
Parameters
Overrides
Implements