Info
Version: | 1.0.4 |
Author(s): | David West |
Last Update: | Saturday, June 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidwest/TreeCollections |
NuGet Url: | https://www.nuget.org/packages/TreeCollections |
Install
Install-Package TreeCollections
dotnet add package TreeCollections
paket add TreeCollections
TreeCollections Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
Features: full LINQ querying, intuitive manipulation of nodes, error detection (e.g. cycles), class extensibility (e.g.
to accommodate business rules), format conversion / serialization.