Show / Hide Table of Contents

Class ExecutableNode<T>

Inheritance
System.Object
ExecutableNode
ExecutableNode<T>
Inherited Members
ExecutableNode.Function
ExecutableNode.TopAfter
ExecutableNode.BottomAfter
ExecutableNode.Tiebreaker
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fluency.Execution.Functions
Assembly: Execution.dll
Syntax
public class ExecutableNode<T> : ExecutableNode where T : IFunction
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

TypedFunction

Declaration
public T TypedFunction { get; set; }
Property Value
Type Description
T

Methods

| Improve this Doc View Source

Has<OutT>()

Declaration
public OutT Has<OutT>()
    where OutT : IFunction
Returns
Type Description
OutT
Type Parameters
Name Description
OutT
  • Improve this Doc
  • View Source
Back to top Generated by DocFX