[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors.PartialEvaluatingExpressionTreeProcessor.Process(System.Linq.Expressions.Expression)"]

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

Syntax

C#
public Expression Process(
	Expression expressionTree
)
Visual Basic
Public Function Process ( _
	expressionTree As Expression _
) As Expression
Visual C++
public:
virtual Expression^ Process(
	Expression^ expressionTree
) sealed

Parameters

expressionTree
Type: System.Linq.Expressions..::..Expression

[Missing <param name="expressionTree"/> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors.PartialEvaluatingExpressionTreeProcessor.Process(System.Linq.Expressions.Expression)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeProcessors.PartialEvaluatingExpressionTreeProcessor.Process(System.Linq.Expressions.Expression)"]

Implements

IExpressionTreeProcessor..::..Process(Expression)

See Also