Class PropertyAbstractnessChange
Inheritance
PropertyAbstractnessChange
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
Unity.APIComparison.Framework.Changes.APIChangeBase<PropertyDefinition>.Accept(Unity.APIComparison.Framework.Changes.IAPIChangeVisitor)