ICustomAggregateFunctionContext<TInput, TOutput> Members
Implements the logic of a custom aggregation function.Methods
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