Class MergeBottom
Pass everything from the bottom input to the top output, then everything from the top input to top output.
Inherited Members
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 SourceName
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
| Improve this Doc View SourceTop()
Declaration
public override Value Top()
Returns
| Type | Description |
|---|---|
| Value |