Class FlowNode_ExecuteFunctionTVoid<TTarget>
Implements
IDisposable
    ISerializationCallbackReceiver
  Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ExecuteFunctionTVoid<TTarget> : FlowNode_ExecuteFunctionVoid<TTarget>, IDisposable, ISerializationCallbackReceiver
  Type Parameters
| Name | Description | 
|---|---|
| TTarget | 
Fields
target
Declaration
public CeresPort<TTarget> target
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TTarget> | 
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExecutionContext | executionContext | 
Overrides
Implements
      IDisposable
  
  
      ISerializationCallbackReceiver