RadControls for Silverlight

Represents a class that allows a custom lambda expression to be executed over a sequence of items.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public class AggregateFunction<TElement, TResult> : AggregateFunction
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

System..::..Object
  Telerik.Windows.Data..::..AggregateFunction
    Telerik.Windows.Data..::..AggregateFunction<(Of <(<'TElement, TResult>)>)>

See Also