Class FlowNode_ArrayAppendT<T>
[CeresGroup("Utilities/Array")]
[CeresLabel("Append")]
[NodeInfo("Adds an item to the end of the list.")]
public sealed class FlowNode_ArrayAppendT<T> : FlowNode_ListMutationT<T>, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_ArrayAppendT<T>
- Implements
- Inherited Members
Constructors
FlowNode_ArrayAppendT()
public FlowNode_ArrayAppendT()
Fields
item
[InputPort(false)]
[CeresLabel("Item")]
public CeresPort<T> item
Field Value
- CeresPort<T>
Methods
LocalExecute(ExecutionContext)
Do node local execution, sync only
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()