Class TypeChange
Assembly: Unity.APIComparison.Framework.dll
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
Overrides
Implements