Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorExpression Class / Arg Property


In This Topic
    Arg Property (UnaryOperatorExpression)
    In This Topic
    Gets the operand for the expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Arg As Expression
    'Usage
     
    
    Dim instance As UnaryOperatorExpression
    Dim value As Expression
     
    value = instance.Arg
    public Expression Arg {get;}
    See Also