Method Transform
Transform(TInput)
Transforms the specified input into the output.
public virtual TOutput Transform(TInput input)
Parameters
input
TInputThe input.
Returns
- TOutput
TOutput.
Remarks
Override this method to modify this node's behaviour.
Exceptions
- NotImplementedException
Not implemented by the derived type.