Initializes a new instance of the CompoundExpressionTreeProcessor class

Namespace: Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public CompoundExpressionTreeProcessor(
	IEnumerable<IExpressionTreeProcessor> innerProcessors
)
Visual Basic
Public Sub New ( _
	innerProcessors As IEnumerable(Of IExpressionTreeProcessor) _
)
Visual C++
public:
CompoundExpressionTreeProcessor(
	IEnumerable<IExpressionTreeProcessor^>^ innerProcessors
)

Parameters

innerProcessors
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'IExpressionTreeProcessor>)>)>

[Missing <param name="innerProcessors"/> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors.CompoundExpressionTreeProcessor.#ctor(System.Collections.Generic.IEnumerable{Remotion.Linq.Parsing.Structure.IExpressionTreeProcessor})"]

See Also