Initializes a new instance of the TransformingExpressionTreeProcessor class

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

Syntax

C#
public TransformingExpressionTreeProcessor(
	IExpressionTranformationProvider provider
)
Visual Basic
Public Sub New ( _
	provider As IExpressionTranformationProvider _
)
Visual C++
public:
TransformingExpressionTreeProcessor(
	IExpressionTranformationProvider^ provider
)

Parameters

provider
Type: Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation..::..IExpressionTranformationProvider

[Missing <param name="provider"/> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors.TransformingExpressionTreeProcessor.#ctor(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTranformationProvider)"]

See Also