CompiledEventArgs

This event is triggered when a NodeModel has been compiled to a list of AST nodes.


Constructors

No public constructors defined

Methods

No public methods defined

Properties

Guid   Node {get;set;} stability index:1
Guid of node that has been built to AST nodes.
IEnumerable<AssociativeNode>   AstNodes {get;set;} stability index:1
Built AST nodes.

Events

No public events defined