Method Execute
Execute(IEnumerable<TInput>)
Calculates a list of output from a given list of input.
public override sealed List<TOutput> Execute(IEnumerable<TInput> input)Parameters
- inputIEnumerable<TInput>
- The input values to base the computation on. 
Returns
- List<TOutput>
- The list of output values.