Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ConstantExpression Class
Members


In This Topic
    ConstantExpression Class
    In This Topic
    Represents the abstract class from which all constant value expression types derive.
    Syntax
    'Declaration
     
    
    Public MustInherit Class ConstantExpression 
       Inherits Expression
    'Usage
     
    
    Dim instance As ConstantExpression
    public abstract class ConstantExpression : Expression 
    Inheritance Hierarchy
    See Also