Treenumerable 2.1.1

dotnet add package Treenumerable --version 2.1.1
                    
NuGet\Install-Package Treenumerable -Version 2.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Treenumerable" Version="2.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Treenumerable" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Treenumerable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Treenumerable --version 2.1.1
                    
#r "nuget: Treenumerable, 2.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Treenumerable&version=2.1.1
                    
Install Treenumerable as a Cake Addin
#tool nuget:?package=Treenumerable&version=2.1.1
                    
Install Treenumerable as a Cake Tool

Treenumerable is a general purpose library for enumerating, traversing and querying just about any tree.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Treenumerable:

Package Downloads
Treenumerable.VisualTree.Wpf

Treenumerable.VisualTree.WPF is a general purpose library for enumerating, traversing and querying WPF's visual tree.

Treenumerable.VisualTree.Silverlight

Treenumerable.VisualTree.Silverlight is a general purpose library for enumerating, traversing and querying Silverlight's visual tree.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 1,606 12/3/2016
2.1.0 1,668 11/13/2015
2.0.0 3,441 8/25/2015
1.2.0 2,657 7/9/2015
1.1.2 1,873 7/5/2015
1.0.0 1,590 6/6/2015

Fixed StackOverflow exception in LevelOrderTraversal