Show / Hide Table of Contents

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

Back to top Built by Itinero, MIT licensed.