class
ForEachBody<T>
public sealed class ForEachBody<T> : MulticastDelegate Output signal for a ForEachBody{``0}) node, fired for each element of an enumerable.
Type Parameters
T Element type. Constructors
ForEachBody<T>(Object object, IntPtr method) Methods
virtual Task Invoke(T value, Int32 index) virtual IAsyncResult BeginInvoke(T value, Int32 index, AsyncCallback callback, Object object) virtual Task EndInvoke(IAsyncResult result) Assembly:
Facepunch.ActionGraphs Declaring Type: ControlFlow Full Name: Facepunch.ActionGraphs.Nodes.ControlFlow.ForEachBody<T>