ExpressionBuilder Constructor ()

 

Initializes a new instance of the ExpressionBuilder class.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

protected:
ExpressionBuilder()

Because the ExpressionBuilder class is abstract, you cannot create an instance of ExpressionBuilder directly by using the ExpressionBuilder constructor.

Notes to Implementers:

When deriving from the ExpressionBuilder class, override the ExpressionBuilder constructor to implement custom initialization actions for your expression builder implementation.

.NET Framework
Available since 2.0
Return to top
Show: