Method Transform
Transform(TInput)
Transforms the given input item.
public virtual TOutput Transform(TInput input)
Parameters
input
TInputThe input to transform.
Returns
- TOutput
The output of the transformation.
Transforms the given input item.
public virtual TOutput Transform(TInput input)
input
TInputThe input to transform.
The output of the transformation.