This namespace contains classes that work with graphs.
            Classes
            Interfaces
|   | Interface | Description | 
  | ITreeTraversable  | Exposes the tree traverser, which supports iteration over a tree of nodes. | 
  | ITreeTraversable<T>  | Exposes the tree traverser, which supports iteration over a tree of nodes of a specified type. | 
  | ITreeTraverser  | Supports iteration over a generic tree. | 
  | ITreeTraverser<T>  | Supports iteration over a typed generic tree. | 
 
            
            
            Enumerations
|   | Enumeration | Description | 
  | TreeTraversalType  | Type of algorithm used to traverse nodes of a tree. | 
 
            
            
            See Also