[]
Represents an expression type for parentheses surrounding a specified expression.
public class ParenthesesExpression : Expression
Public Class ParenthesesExpression
Inherits Expression
Name | Description |
---|---|
ParenthesesExpression(Expression) | Creates an new expression with parentheses surrounding a specified expression. |
Name | Description |
---|---|
Arg | Gets the expression inside the parentheses. |