[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.ExpressionTreeParser.ParseTree(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#
public IExpressionNode ParseTree(
	Expression expressionTree
)
Visual Basic
Public Function ParseTree ( _
	expressionTree As Expression _
) As IExpressionNode
Visual C++
public:
IExpressionNode^ ParseTree(
	Expression^ expressionTree
)

Parameters

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

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

Return Value

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

See Also