Show / Hide Table of Contents

Interface ITopOut

A Fluency function that writes to the top output.

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

Methods

| Improve this Doc View Source

Top()

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

Declaration
Value Top()
Returns
Type Description
Value

Extension Methods

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