TreeCollections 1.0.4
.NET Standard 1.1
.NET Framework 4.5
Install-Package TreeCollections -Version 1.0.4
dotnet add package TreeCollections --version 1.0.4
<PackageReference Include="TreeCollections" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TreeCollections --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TreeCollections, 1.0.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TreeCollections as a Cake Addin
#addin nuget:?package=TreeCollections&version=1.0.4
// Install TreeCollections as a Cake Tool
#tool nuget:?package=TreeCollections&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TreeCollections:
Package | Downloads |
---|---|
LCTCS.AppFramework.Caching
LCTCS App Framework | Caching |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 63,485 | 6/8/2019 |
1.0.3 | 406,702 | 4/15/2018 |
1.0.2 | 3,418 | 10/3/2016 |
1.0.1 | 837 | 10/3/2016 |
1.0.0.9 | 975 | 9/2/2016 |
1.0.0.8 | 1,013 | 7/24/2016 |
1.0.0.7 | 977 | 7/21/2016 |
1.0.0.6 | 936 | 7/20/2016 |
1.0.0.5 | 1,018 | 7/20/2016 |
1.0.0.4 | 998 | 7/19/2016 |
1.0.0.3 | 960 | 7/18/2016 |
1.0.0.2 | 994 | 7/16/2016 |
1.0.0.1 | 1,052 | 7/15/2016 |
1.0.0 | 1,304 | 7/15/2016 |
Added XML documentation throughout