Class FlowNode_ExecuteFunctionVoid<TTarget>
Inheritance
object
FlowNode_ExecuteFunctionVoid<TTarget>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver
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.Utilities
Assembly: cs.temp.dll.dll
Syntax
public abstract class FlowNode_ExecuteFunctionVoid<TTarget> : FlowNode_ExecuteFunctionVoid, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver
Type Parameters
Name | Description |
---|---|
TTarget |
Methods
GetExecutableFunction()
Declaration
public ExecutableReflection<TTarget>.ExecutableFunction GetExecutableFunction()
Returns
Type | Description |
---|---|
ExecutableReflection<TTarget>.ExecutableFunction |
GetMethodInfo(Type)
Declaration
public override MethodInfo GetMethodInfo(Type targetType)
Parameters
Type | Name | Description |
---|---|---|
Type | targetType |
Returns
Type | Description |
---|---|
MethodInfo |
Overrides
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver