Class FlowNode_ExecuteCustomFunctionTReturn<TR>
Inheritance
object
FlowNode_ExecuteCustomFunctionTReturn<TR>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
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
public sealed class FlowNode_ExecuteCustomFunctionTReturn<TR> : FlowNode_ExecuteCustomFunctionReturn, IEnumerable<CeresNode>, IEnumerable, IDisposable, IRuntimeCompiledNode
Type Parameters
Name | Description |
---|---|
TR |
Fields
output
Declaration
public CeresPort<TR> output
Field Value
Type | Description |
---|---|
CeresPort<TR> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable