Delegate ScriptFunctionDelegate
A Delegate type which can wrap a script function
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate object ScriptFunctionDelegate(params object[] args);
Parameters
System.Object[]
args
The arguments. |
Returns
System.Object
The return value of the script function |