[Missing <summary> documentation for "P:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessResultOperatorReturn.ListTransformer"]

Namespace: NHibernate.Linq.Visitors.ResultOperatorProcessors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public LambdaExpression ListTransformer { get; set; }
Visual Basic
Public Property ListTransformer As LambdaExpression
	Get
	Set
Visual C++
public:
property LambdaExpression^ ListTransformer {
	LambdaExpression^ get ();
	void set (LambdaExpression^ value);
}

See Also