Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorExpression Class / Arg1 Property


In This Topic
    Arg1 Property
    In This Topic
    Gets the right-side operand for the expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Arg1 As Expression
    'Usage
     
    
    Dim instance As BinaryOperatorExpression
    Dim value As Expression
     
    value = instance.Arg1
    public Expression Arg1 {get;}
    See Also