Method Call
Call(Value, Value[])
Creates a call function
Declaration
public CallInstruction Call(Value func, params Value[] args)
public CallInstruction Call(Value func, params Value[] args)
Parameters
Returns
Call(Value, IReadOnlyList<Value>)
Creates a call function
Declaration
public CallInstruction Call(Value func, IReadOnlyList<Value> args)
public CallInstruction Call(Value func, IReadOnlyList<Value> args)
Parameters
Value | func | Function to call |
IRead |
args | Arguments to pass to the function |