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