Method ExecuteSingle
ExecuteSingle(IEnumerable<TInput>)
Calculates the single output for this node.
public virtual TOutput ExecuteSingle(IEnumerable<TInput> input)
Parameters
input
IEnumerable<TInput>The input of this node.
Returns
- TOutput
The output calculated based on the input.