Interface IFunctionParametersConverter
Base interface to define parameter converters that can be used in conjunction with class renaming RenamedAttribute
Namespace: Xareus.Scenarios.Utilities
Assembly: Xareus.Scenarios.dll
Syntax
public interface IFunctionParametersConverter
Methods
Convert(List<Parameter>)
This is the method that will be called automatically to convert the parameters to the new format
Declaration
List<Parameter> Convert(List<Parameter> parameters)
Parameters
Type | Name | Description |
---|---|---|
List<Parameter> | parameters | Parameters in the old format |
Returns
Type | Description |
---|---|
List<Parameter> | Parameters in the new format |