Show / Hide Table of Contents

Delegate ScriptFunctionDelegate<T>

A Delegate type which can wrap a script function with a generic typed return value

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate T ScriptFunctionDelegate<T>(params object[] args);
Parameters
System.Object[] args

The arguments.

Returns
T

The return value of the script function

Type Parameters
T

Back to top Built by Itinero, MIT licensed.