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

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

Syntax

C#
Expression Process(
	Expression expressionTree
)
Visual Basic
Function Process ( _
	expressionTree As Expression _
) As Expression
Visual C++
Expression^ Process(
	Expression^ expressionTree
)

Parameters

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

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

Return Value

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

See Also