Class FlowNode_ArrayReverseT<T>
[CeresGroup("Utilities/Array")]
[CeresLabel("Reverse")]
[NodeInfo("Reverses the order of items in the list.")]
public sealed class FlowNode_ArrayReverseT<T> : FlowNode_ListMutationT<T>, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_ArrayReverseT<T>
- Implements
- Inherited Members
Constructors
FlowNode_ArrayReverseT()
public FlowNode_ArrayReverseT()
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()