Class FlowNode_ExecuteCustomFunctionTReturn<TR>
Inheritance
object
FlowNode_ExecuteCustomFunctionTReturn<TR>
Inherited Members
Namespace: Ceres.Graph.Flow.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ExecuteCustomFunctionTReturn<TR> : FlowNode_ExecuteCustomFunctionReturn, IDisposable, IRuntimeCompiledNode
Type Parameters
| Name | Description |
|---|---|
| TR |
Fields
output
Declaration
public CeresPort<TR> output
Field Value
| Type | Description |
|---|---|
| CeresPort<TR> |
Implements
IDisposable