[]
        
(Showing Draft Content)

FarPoint.CalcEngine.ParenthesesExpression.-ctor

ParenthesesExpression Constructor

ParenthesesExpression(Expression)

Creates an new expression with parentheses surrounding a specified expression.

Declaration
public ParenthesesExpression(Expression arg)
Public Sub New(arg As Expression)
Parameters
Type Name Description
Expression arg

Expression inside the parentheses

Exceptions
Type Condition
ArgumentNullException

arg is a null reference (Nothing in Visual Basic)