Interface IFunction
A Fluency function.
Namespace: Fluency.Execution.Functions
Assembly: Execution.dll
Syntax
public interface IFunction
Properties
| Improve this Doc View SourceName
The function's name.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |