BindingRestrictions.ToExpression Method

Definition

Creates the Expression representing the binding restrictions.

public:
 System::Linq::Expressions::Expression ^ ToExpression();
public System.Linq.Expressions.Expression ToExpression ();
member this.ToExpression : unit -> System.Linq.Expressions.Expression
Public Function ToExpression () As Expression

Returns

The expression tree representing the restrictions.

Applies to