Class FlowNode_ExecuteCustomFunctionTVoid<TP1>
Inheritance
object
FlowNode_ExecuteCustomFunctionTVoid<TP1>
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_ExecuteCustomFunctionTVoid<TP1> : FlowNode_ExecuteCustomFunctionVoid, IEnumerable<CeresNode>, IEnumerable, IDisposable, IRuntimeCompiledNode
Type Parameters
Name | Description |
---|---|
TP1 |
Fields
input1
Declaration
public CeresPort<TP1> input1
Field Value
Type | Description |
---|---|
CeresPort<TP1> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable