Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ParenthesesExpression Class / Arg Property


In This Topic
Arg Property (ParenthesesExpression)
In This Topic
Gets the expression inside the parentheses.
Syntax
'Declaration
 
Public ReadOnly Property Arg As Expression
 
'Usage
 
Dim instance As ParenthesesExpression
Dim value As Expression
 
value = instance.Arg
See Also