SubtractionExpression Constructors
A subtraction operator.Name | Parameters | Description |
---|---|---|
SubtractionExpression(IExpression, IExpression) | leftExpression, rightExpression | Initializes a new instance of the SubtractionExpression class with the specified settings. |
See Also