Show / Hide Table of Contents

Interface IBottomIn

A Fluency function that reads from the bottom input.

Inherited Members
IFunction.Name
Namespace: Fluency.Execution.Functions
Assembly: Execution.dll
Syntax
public interface IBottomIn : IFunction

Properties

| Improve this Doc View Source

BottomInput

A function to call when you want the next value from the bottom input.

Declaration
GetNext BottomInput { set; }
Property Value
Type Description
GetNext

Extension Methods

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