Class MethodParameterCountChange
Inheritance
MethodParameterCountChange
Assembly: Unity.APIComparison.Framework.dll
Syntax
public class MethodParameterCountChange : APIChangeBase<MethodDefinition>, IAPIChange
Constructors
MethodParameterCountChange(MethodDefinition, MethodDefinition)
Declaration
public MethodParameterCountChange(MethodDefinition original, MethodDefinition current)
Parameters
Type |
Name |
Description |
MethodDefinition |
original |
|
MethodDefinition |
current |
|
Methods
Accept(IAPIChangeVisitor)
Declaration
public override void Accept(IAPIChangeVisitor visitor)
Parameters
Overrides
Implements