[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTranformationProvider.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#
IEnumerable<ExpressionTransformation> GetTransformations(
	Expression expression
)
Visual Basic
Function GetTransformations ( _
	expression As Expression _
) As IEnumerable(Of ExpressionTransformation)
Visual C++
IEnumerable<ExpressionTransformation^>^ GetTransformations(
	Expression^ expression
)

Parameters

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

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

Return Value

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

See Also