Show / Hide Table of Contents

Delegate ApplyFunction

A delegate for applying a function.

Namespace: SpiceSharpBehavioral.Builders
Assembly: SpiceSharpBehavioral.dll
Syntax
public delegate void ApplyFunction(ILState state, IReadOnlyList<Node> arguments);
Parameters
Type Name Description
ILState state

The state.

System.Collections.Generic.IReadOnlyList<Node> arguments

The arguments.

Constructors

ApplyFunction(Object, IntPtr)

Declaration
public ApplyFunction(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(ILState, IReadOnlyList<Node>, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(ILState state, IReadOnlyList<Node> arguments, AsyncCallback callback, object object)
Parameters
Type Name Description
ILState state
System.Collections.Generic.IReadOnlyList<Node> arguments
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(ILState, IReadOnlyList<Node>)

Declaration
public virtual void Invoke(ILState state, IReadOnlyList<Node> arguments)
Parameters
Type Name Description
ILState state
System.Collections.Generic.IReadOnlyList<Node> arguments
Back to top Generated by DocFX