CallExpression


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "6.0.0" ) ]
public CallExpression (string function, List<Expression> arguments, FunctionOptions? options)

Parameters:

function

A name of function to be called.

arguments

Arguments of this call.

options

A FunctionOptions for the called function.

Returns:

A newly created CallExpression.