In This Article

ArrowFunctionExpression Class

Represents an arrow function expression.

public class ArrowFunctionExpression : FunctionExpression, IFunction, IExpression, IAstNode
Inheritance:
Object AstNodeBase FunctionExpression Object
Implements:
IFunction IExpression IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v22.1.0.0 (http://www.actiprosoftware.com).

Constructors

ArrowFunctionExpression()

public ArrowFunctionExpression()

Properties

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

Int32:

The An integer value that identifies the type of AST node.

Inherited Members