Show / Hide Table of Contents

Class MergeBottom

Pass everything from the bottom input to the top output, then everything from the top input to top output.

Inheritance
System.Object
MergeTop
MergeBottom
Implements
ITopIn
IBottomIn
ITopOut
IFunction
Inherited Members
MergeTop.TopInput
MergeTop.BottomInput
MergeTop.topClosed
MergeTop.bottomClosed
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.BuiltIn
Assembly: Execution.dll
Syntax
public class MergeBottom : MergeTop, ITopIn, IBottomIn, ITopOut, IFunction

Properties

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
MergeTop.Name

Methods

| Improve this Doc View Source

Top()

Declaration
public override Value Top()
Returns
Type Description
Value
Overrides
MergeTop.Top()

Implements

ITopIn
IBottomIn
ITopOut
IFunction

Extension Methods

ExecutionExtensions.Is<T>(IFunction, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX