Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ParenthesesExpressionFactory Class / CreateParenthesesExpression Method


In This Topic
CreateParenthesesExpression Method
In This Topic
Creates a new ParenthesesExpression object.
Syntax
'Declaration
 
Public Function CreateParenthesesExpression( _
   ByVal arg As Expression _
) As ParenthesesExpression
 
'Usage
 
Dim instance As ParenthesesExpressionFactory
Dim arg As Expression
Dim value As ParenthesesExpression
 
value = instance.CreateParenthesesExpression(arg)

Parameters

arg
See Also