IFunction Interface
Represents a function.
public interface IFunction : IAstNode
Remarks
This type was generated by the Actipro Language Designer tool v22.1.0.0 (http://www.actiprosoftware.com).
Properties
Body
Gets or sets the body.
HasParameters
Returns whether the Parameters collection property contains at least one item.
bool HasParameters { get; }
Property Value
- Boolean:
true
if there is at least one item in the collection; otherwise,false
.
IsAsync
Gets or sets the is async.
IsGenerator
Gets or sets the is generator.
Name
Gets or sets the name.
Parameters
Gets the parameters.