Class FlowNode_ExecuteCustomFunctionTReturn<TP1, TP2, TP3, TR>
Inheritance
object
FlowNode_ExecuteCustomFunctionTReturn<TP1, TP2, TP3, TR>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class FlowNode_ExecuteCustomFunctionTReturn<TP1, TP2, TP3, TR> : FlowNode_ExecuteCustomFunctionReturn, IEnumerable<CeresNode>, IEnumerable, IDisposable, IRuntimeCompiledNode
Type Parameters
| Name | Description |
|---|---|
| TP1 | |
| TP2 | |
| TP3 | |
| TR |
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> |
input3
Declaration
public CeresPort<TP3> input3
Field Value
| Type | Description |
|---|---|
| CeresPort<TP3> |
output
Declaration
public CeresPort<TR> output
Field Value
| Type | Description |
|---|---|
| CeresPort<TR> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable