Class PropertyVirtualnessChange
Inheritance
PropertyVirtualnessChange
Syntax
public class PropertyVirtualnessChange : APIChangeBase<PropertyDefinition>, IAPIChange
Constructors
PropertyVirtualnessChange(PropertyDefinition, PropertyDefinition)
Declaration
public PropertyVirtualnessChange(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)