Class FlowNode_ArrayRemoveAtT<T>
[CeresGroup("Utilities/Array")]
[CeresLabel("Remove At")]
[NodeInfo("Removes the item at the specified index from the list.")]
public sealed class FlowNode_ArrayRemoveAtT<T> : FlowNode_ListMutationT<T>, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_ArrayRemoveAtT<T>
- Implements
- Inherited Members
Constructors
FlowNode_ArrayRemoveAtT()
public FlowNode_ArrayRemoveAtT()
Fields
index
[InputPort(false)]
[CeresLabel("Index")]
public CeresPort<int> index
Field Value
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()