Table of Contents

Class FlowNode_ArrayClearT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities/Array")]
[CeresLabel("Clear")]
[NodeInfo("Removes all items from the list.")]
public sealed class FlowNode_ArrayClearT<T> : FlowNode_ListMutationT<T>, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_ArrayClearT<T>
Implements
Inherited Members

Constructors

FlowNode_ArrayClearT()

public FlowNode_ArrayClearT()

Methods

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()