[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.Register``1(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTransformer{``0})"]

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

Syntax

C#
public void Register<T>(
	IExpressionTransformer<T> transformer
)
where T : Expression
Visual Basic
Public Sub Register(Of T As Expression) ( _
	transformer As IExpressionTransformer(Of T) _
)
Visual C++
public:
generic<typename T>
where T : Expression
void Register(
	IExpressionTransformer<T>^ transformer
)

Parameters

transformer
Type: Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation..::..IExpressionTransformer<(Of <(<'T>)>)>

[Missing <param name="transformer"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.Register``1(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTransformer{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.ExpressionTransformerRegistry.Register``1(Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTransformer{``0})"]

See Also