QuantumCode.Tree.MPTTA 0.4.3

dotnet add package QuantumCode.Tree.MPTTA --version 0.4.3
NuGet\Install-Package QuantumCode.Tree.MPTTA -Version 0.4.3
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="QuantumCode.Tree.MPTTA" Version="0.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuantumCode.Tree.MPTTA --version 0.4.3
#r "nuget: QuantumCode.Tree.MPTTA, 0.4.3"
#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.
// Install QuantumCode.Tree.MPTTA as a Cake Addin
#addin nuget:?package=QuantumCode.Tree.MPTTA&version=0.4.3

// Install QuantumCode.Tree.MPTTA as a Cake Tool
#tool nuget:?package=QuantumCode.Tree.MPTTA&version=0.4.3

Modified Preorder Tree Traversal Algorithm 的实现

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.3 1,512 3/25/2014
0.4.2.1 1,118 3/17/2014
0.4.2 1,140 3/17/2014
0.4.1 1,142 1/28/2014
0.4.0 1,304 7/26/2013
0.3.3 1,386 8/21/2012

0.4.3 增加了GetModifiedNodes方法用于获取最近一次修改的节点
增加了节点的状态
0.4.2 增加了HasNode的方法用于判断相同的节点
0.4.1 修改了扩展方法ToLRTree,在添加集合的同时重新计算Layer
0.4.0 取消了对QuantumCode.SDAL项目的依赖
0.3.3 从原来的项目QuantumCode.LRTree迁移过来