Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IScriptProxy.cs
2
4{
8 public interface IScriptProxy
9 {
14
19
25 }
26}
Collection of variables.
Definition: Variables.cs:25
Abstract base class for script proxies used by callback functions.
Definition: IScriptProxy.cs:9
ILambdaExpression Lambda
Lambda expression to call.
Definition: IScriptProxy.cs:13
object GetCallbackFunctionUntyped()
Untyped callback function.
Base interface for lambda expressions.