Show / Hide Table of Contents

Interface IBottomOut

A Fluency function that writes to the bottom output.

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

Methods

| Improve this Doc View Source

Bottom()

Called when the function after this one on the bottom wants a value.

Declaration
Value Bottom()
Returns
Type Description
Value

Extension Methods

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