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