Show / Hide Table of Contents

Interface IFunction

A Fluency function.

Namespace: Fluency.Execution.Functions
Assembly: Execution.dll
Syntax
public interface IFunction

Properties

| Improve this Doc View Source

Name

The function's name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Extension Methods

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