Class Function
public class Function
- Inheritance
-
Function
- Inherited Members
Constructors
Function(string, LogicalExpression)
public Function(string name, LogicalExpression body)
Parameters
namestringbodyLogicalExpression
Properties
Body
public LogicalExpression Body { get; }
Property Value
Description
public string? Description { get; }
Property Value
Name
public string Name { get; }
Property Value
Parameters
public IList<FunctionParameter> Parameters { get; }