Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ParenthesesExpression Class
Members


In This Topic
    ParenthesesExpression Class
    In This Topic
    Represents an expression type for parentheses surrounding a specified expression.
    Syntax
    'Declaration
     
    
    Public Class ParenthesesExpression 
       Inherits Expression
       Implements IArgumentExpressionSupport 
    'Usage
     
    
    Dim instance As ParenthesesExpression
    public class ParenthesesExpression : Expression, IArgumentExpressionSupport  
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.Expression
          FarPoint.CalcEngine.ParenthesesExpression

    See Also