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