QuantumCode.LRTree 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package QuantumCode.LRTree --version 0.3.0
NuGet\Install-Package QuantumCode.LRTree -Version 0.3.0
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.LRTree" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuantumCode.LRTree --version 0.3.0
#r "nuget: QuantumCode.LRTree, 0.3.0"
#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.LRTree as a Cake Addin
#addin nuget:?package=QuantumCode.LRTree&version=0.3.0

// Install QuantumCode.LRTree as a Cake Tool
#tool nuget:?package=QuantumCode.LRTree&version=0.3.0

一个对左右值树操作的工具类库
示例程序到项目网站中下载源代码

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.3.3 1,800 8/21/2012
0.3.2 1,213 8/10/2012
0.3.1 1,211 8/9/2012
0.3.0 1,208 8/7/2012
0.2.6 1,204 8/6/2012
0.2.5 1,184 8/6/2012
0.2.2 1,192 8/2/2012
0.2.1 1,188 8/2/2012
0.2.0 1,191 8/1/2012
0.1.0 1,201 7/27/2012

0.3.0 增加了若干根据节点编号操作的方法
0.2.6 修正了GetNextLayer的SQL语法错误
0.2.5 增加了SelectSQL属性,可以对该属性重写以从不同的来源获取节点信息。
修正了若干BUG