Class MergeTop
Pass everything from the top input to the top output, then everything from the bottom 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 MergeTop : ITopIn, IBottomIn, ITopOut, IFunction
Fields
| Improve this Doc View SourcebottomClosed
Declaration
protected bool bottomClosed
Field Value
| Type | Description |
|---|---|
| System.Boolean |
topClosed
Declaration
protected bool topClosed
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
| Improve this Doc View SourceBottomInput
Declaration
public GetNext BottomInput { protected get; set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Name
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopInput
Declaration
public GetNext TopInput { protected get; set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Methods
| Improve this Doc View SourceTop()
Declaration
public virtual Value Top()
Returns
| Type | Description |
|---|---|
| Value |