[Missing <summary> documentation for "T:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessAggregateFromSeed"]

Namespace: NHibernate.Linq.Visitors.ResultOperatorProcessors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ProcessAggregateFromSeed : IResultOperatorProcessor<AggregateFromSeedResultOperator>
Visual Basic
Public Class ProcessAggregateFromSeed _
	Implements IResultOperatorProcessor(Of AggregateFromSeedResultOperator)
Visual C++
public ref class ProcessAggregateFromSeed : IResultOperatorProcessor<AggregateFromSeedResultOperator^>

Inheritance Hierarchy

System..::..Object
  NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ProcessAggregateFromSeed

See Also