DataDictionary.Rules.Action.Compile C# (CSharp) Метод

Compile() публичный Метод

Creates the tree according to the statement text
public Compile ( ) : InterpreterTreeNode
Результат InterpreterTreeNode
        public InterpreterTreeNode Compile()
        {
            // Side effect, builds the statement if it is not already built
            return Tree;
        }