Evaluates the component with a set of arguments. There needs to be an argument for each input param, and each output param gives an entry in the output array.
Type:System.Collections.IEnumerable
The arguments list. Each item is assigned to each input param, in order.
keepTree
Type:System.Boolean
A value indicating whether trees should be considered valid inputs, and should be returned. In this case, output variables are not simplified to common types.
warnings
Type:.System.String..
A possible list of warnings, or null.
Return Value
Type:.Object.
An array of objects, each representing an output result.
Remarks
For component that store no state, this method is thread safe.