API Referenceglobal
ForEachBody<T>class
Output signal for a `Facepunch.ActionGraphs.Nodes.ControlFlow.ForEach`(System.Collections.Generic.IEnumerable,Facepunch.ActionGraphs.Nodes.ControlFlow.ForEachBody)` node, fired for each element of an enumerable.
object→
MulticastDelegate→ForEachBody<T>Constructors1
Showing 1 constructors
public ForEachBody<T>(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(T value, int index, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| value | T | — |
| index | int | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
Task—public virtual System.Threading.Tasks.Task Invoke(T value, int index)
| Parameter | Type | Description |
|---|---|---|
| value | T | — |
| index | int | — |
Returns:
Task—No results match this filter.