Class FlowNode_GetConfigT<TConfig>
Implements
IDisposable
  Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_GetConfigT<TConfig> : FlowNode, IDisposable where TConfig : Config<TConfig>, new()
  Type Parameters
| Name | Description | 
|---|---|
| TConfig | 
Fields
result
Declaration
public CeresPort<TConfig> result
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TConfig> | 
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExecutionContext | executionContext | 
Overrides
Implements
      IDisposable