[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeParser.CreateDefaultProcessor(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTranformationProvider)"]

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

Syntax

C#
public static CompoundExpressionTreeProcessor CreateDefaultProcessor(
	IExpressionTranformationProvider tranformationProvider
)
Visual Basic
Public Shared Function CreateDefaultProcessor ( _
	tranformationProvider As IExpressionTranformationProvider _
) As CompoundExpressionTreeProcessor
Visual C++
public:
static CompoundExpressionTreeProcessor^ CreateDefaultProcessor(
	IExpressionTranformationProvider^ tranformationProvider
)

Parameters

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

[Missing <param name="tranformationProvider"/> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeParser.CreateDefaultProcessor(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTranformationProvider)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeParser.CreateDefaultProcessor(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTranformationProvider)"]

See Also