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