Class FlowNode_ExecuteFunctionVoid<TTarget>
Inheritance
object
    
    
    
    
    
    
    FlowNode_ExecuteFunctionVoid<TTarget>
      
      
      
      
      
      
      
  Implements
IDisposable
    ISerializationCallbackReceiver
  Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public abstract class FlowNode_ExecuteFunctionVoid<TTarget> : FlowNode_ExecuteFunctionVoid, 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 | 
|---|---|
| System.Reflection.MethodInfo | 
Overrides
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
  OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
  Implements
      IDisposable
  
  
      ISerializationCallbackReceiver