GoldDotNet Documentation

Parser.displayPropTree Method (HybridDictionary, Int32)

Outputs a simple tree listing to the System.Console.

public void displayPropTree(
   HybridDictionary chd,
   int curlevel
);

Parameters

chd
Dictionary to Display. Used for Recursion.
curlevel
Level in the Tree. Used for Recursion.

Example

            // Display all the properties starting with level 0.
            displayPropTree(null, 0);
            

See Also

Parser Class | WorldMaker.Lang.Gss Namespace | Parser.displayPropTree Overload List