Interface IAstNode
Represents an interface for accessing properties of an AST
Namespace: TimeCockpit.Data.QueryLanguage
Assembly: TimeCockpit.Data.dll
Syntax
public interface IAstNode
Properties
Text
Gets the text of an ast node
Declaration
string Text { get; }
Property Value
Type | Description |
---|---|
System.String |