This namespace contains classes that work with graphs.
Classes
Interfaces
| Interface | Description |
![Interface](template/packages/core-dotnet/images/Interface.png) | ITreeTraversable | Exposes the tree traverser, which supports iteration over a tree of nodes. |
![Interface](template/packages/core-dotnet/images/Interface.png) | ITreeTraversable<T> | Exposes the tree traverser, which supports iteration over a tree of nodes of a specified type. |
![Interface](template/packages/core-dotnet/images/Interface.png) | ITreeTraverser | Supports iteration over a generic tree. |
![Interface](template/packages/core-dotnet/images/Interface.png) | ITreeTraverser<T> | Supports iteration over a typed generic tree. |
Enumerations
| Enumeration | Description |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | TreeTraversalType | Type of algorithm used to traverse nodes of a tree. |
See Also