Gets the list of the function's arguments.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
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.
See Also