Class TypeRemoved
Assembly: solution.dll
Syntax
public class TypeRemoved : APIChangeBase<TypeDefinition>, IAPIChange
Constructors
TypeRemoved(TypeDefinition)
Declaration
public TypeRemoved(TypeDefinition original)
Parameters
Type |
Name |
Description |
TypeDefinition |
original |
|
Methods
Accept(IAPIChangeVisitor)
Declaration
public override void Accept(IAPIChangeVisitor visitor)
Parameters
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Implements