Gets the list of the function's arguments.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public Object[] Arguments { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Arguments As Object() |
The list of arguments of the function; or an empty list if the function does not accept arguments.