[ CCode ( has_construct_function = false ) ]
[ Version ( since = "6.0.0" ) ]
public CallExpression (string function, List<Expression> arguments, FunctionOptions? options)
| function |
A name of function to be called. |
| arguments |
Arguments of this call. |
| options |
A FunctionOptions for the called function. |
|
A newly created CallExpression. |