IFunction Interface
An AST node for a function.
public interface IFunction : IAstNode
Remarks
This type was generated by the Actipro Language Designer tool v26.1.0 (http://www.actiprosoftware.com).
Properties
Body
The body.
HasParameters
Indicates whether the Parameters collection property contains at least one item.
bool HasParameters { get; }
Property Value
- bool:
trueif there is at least one item in the collection; otherwise,false.
IsAsync
The is async.
IsGenerator
The is generator.
Name
The name.
Parameters
The collection of parameters.
Inherited Members
- IAstNode.Contains(int)
- IAstNode.FindChildNode(int)
- IAstNode.FindDescendantNode(int)
- IAstNode.ToTreeString(int)
- IAstNode.Children
- IAstNode.EndOffset
- IAstNode.HasChildren
- IAstNode.Id
- IAstNode.Length
- IAstNode.Parent
- IAstNode.StartOffset
- IAstNode.Value