ICustomAggregateFunctionContext<TInput, TOutput> Methods
Implements the logic of a custom aggregation function.Name | Description |
---|---|
GetResult() | Gets the custom aggregate function’s result. |
Process(TInput) | Processes every element of a collection supplied to the custom aggregate function. |
See Also