[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.GetTransformations(System.Linq.Expressions.Expression)"]

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

Syntax

C#
public IEnumerable<ExpressionTransformation> GetTransformations(
	Expression expression
)
Visual Basic
Public Function GetTransformations ( _
	expression As Expression _
) As IEnumerable(Of ExpressionTransformation)
Visual C++
public:
virtual IEnumerable<ExpressionTransformation^>^ GetTransformations(
	Expression^ expression
) sealed

Parameters

expression
Type: System.Linq.Expressions..::..Expression

[Missing <param name="expression"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.GetTransformations(System.Linq.Expressions.Expression)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.GetTransformations(System.Linq.Expressions.Expression)"]

Implements

IExpressionTranformationProvider..::..GetTransformations(Expression)

See Also