Click or drag to resize

AggregateExpressionExtensions Class

Extension methods used for working with collections of aggregate expressions.
Inheritance Hierarchy
SystemObject
  NRules.AggregatorsAggregateExpressionExtensions

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public static class AggregateExpressionExtensions

The AggregateExpressionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFind
Get an enumerable of matching aggregate expressions.
Public methodStatic memberFindSingle
Get a single matching aggregate expression.
Top
See Also