# TreeCollections **Repository Path**: dafengz/TreeCollections ## Basic Information - **Project Name**: TreeCollections - **Description**: https://github.com/davidwest/TreeCollections.git ι•œεƒδ»“εΊ“ - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-25 - **Last Updated**: 2022-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TreeCollections A generic tree library in C# that focuses on hierarchical entity representations. Features: * Full LINQ querying * Intuitive manipulation of nodes * Error detection (e.g. cycles) * Class extensibility (e.g. to accommodate business rules) * Format conversion / serialization. ###[Tutorial](https://github.com/davidwest/treecollections/wiki)### ###[Get Nuget Package](https://www.nuget.org/packages/TreeCollections/)###