ForRangeBodyclass

Output signal for a `Facepunch.ActionGraphs.Nodes.ControlFlow.ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody,System.Int32,System.Int32,System.Int32)` node, fired for each value in the range.

objectMulticastDelegateForRangeBody
Namespace
global
Assembly
Facepunch.ActionGraphs
Declaration
public sealed class Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody : System.MulticastDelegate

Constructors1

Showing 1 constructors

public ForRangeBody(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(int value, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
valueint
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:Task

public virtual System.Threading.Tasks.Task Invoke(int value)PUBLICVIRTUAL

ParameterTypeDescription
valueint
Returns:Task

On this page