Show / Hide Table of Contents

Interface ITopIn

A Fluency function that reads from the top input.

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

Properties

| Improve this Doc View Source

TopInput

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

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

Extension Methods

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