Class TypeChange
Namespace: Unity.APIComparison.Framework.Changes
Syntax
public class TypeChange : EntityChangeBase, IEntityChange
Properties
CurrentType
Declaration
public TypeDefinition CurrentType { get; }
Property Value
Type | Description |
---|---|
TypeDefinition |
OriginalType
Declaration
public TypeDefinition OriginalType { get; }
Property Value
Type | Description |
---|---|
TypeDefinition |
Methods
Accept(IEntityChangeVisitor)
Declaration
public override void Accept(IEntityChangeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
IEntityChangeVisitor | visitor |