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

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

Syntax

C#
public class ResultOperatorProcessor<T> : ResultOperatorProcessorBase
where T : ResultOperatorBase
Visual Basic
Public Class ResultOperatorProcessor(Of T As ResultOperatorBase) _
	Inherits ResultOperatorProcessorBase
Visual C++
generic<typename T>
where T : ResultOperatorBase
public ref class ResultOperatorProcessor : public ResultOperatorProcessorBase

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:NHibernate.Linq.Visitors.ResultOperatorProcessors.ResultOperatorProcessor`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ResultOperatorProcessorBase
    NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ResultOperatorProcessor<(Of <(<'T>)>)>

See Also