Represents a class that allows a custom lambda expression to be executed over a sequence of items.
Namespace: Telerik.Windows.DataAssembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050
Syntax
| Visual Basic |
|---|
Public Class AggregateFunction(Of TElement, TResult) _
Inherits AggregateFunction |
Type Parameters
- TElement
- The type of the elements in the sequence.
- TResult
- The type of the function result.
Inheritance Hierarchy
See Also