| HashTreeTraverser | By implementing this interface, a class can easily traverse a HashTree object, and be notified via callbacks of certain events. | code | html |
| ConfigurationTree | code | html | |
| Data | Use this class to store database-like data. | code | html |
| HashTree | This class is used to create a tree structure of objects. | code | html |
| HashTree.ConvertToString | code | html | |
| HashTree.TreeSearcher | code | html | |
| ListedHashTree | ListedHashTree is a different implementation of the HashTree collection class. | code | html |
| SearchByClass | Useful for finding all nodes in the tree that represent objects of a particular type. | code | html |
| SortedHashTree | SortedHashTree is a different implementation of the HashTree collection class. | code | html |
| TestConfigurationTree | code | html |