Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2020 software architects gmbh