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.
<PackageVersion Include="QuantumCode.Tree.MPTTA" Version="0.4.3" />
<PackageReference Include="QuantumCode.Tree.MPTTA" />
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 QuantumCode.Tree.MPTTA --version 0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package QuantumCode.Tree.MPTTA@0.4.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QuantumCode.Tree.MPTTA&version=0.4.3
#tool nuget:?package=QuantumCode.Tree.MPTTA&version=0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Modified Preorder Tree Traversal Algorithm 的实现
| Product | Versions 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.
-
.NETFramework 4.0
- QuantumCode.Common (>= 0.1.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
0.4.3 增加了GetModifiedNodes方法用于获取最近一次修改的节点
增加了节点的状态
0.4.2 增加了HasNode的方法用于判断相同的节点
0.4.1 修改了扩展方法ToLRTree,在添加集合的同时重新计算Layer
0.4.0 取消了对QuantumCode.SDAL项目的依赖
0.3.3 从原来的项目QuantumCode.LRTree迁移过来