NMS.DynamicDictionary
2.5.2
.NET 5.0
.NET Core 3.1
.NET Standard 2.0
dotnet add package NMS.DynamicDictionary --version 2.5.2
NuGet\Install-Package NMS.DynamicDictionary -Version 2.5.2
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="NMS.DynamicDictionary" Version="2.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NMS.DynamicDictionary --version 2.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NMS.DynamicDictionary, 2.5.2"
#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 NMS.DynamicDictionary as a Cake Addin
#addin nuget:?package=NMS.DynamicDictionary&version=2.5.2
// Install NMS.DynamicDictionary as a Cake Tool
#tool nuget:?package=NMS.DynamicDictionary&version=2.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
将字典转换成动态查找树,以便快速查找。
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
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.
-
.NETCoreApp 3.1
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp (>= 5.0.2)
-
.NETStandard 2.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp (>= 5.0.2)
-
net5.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp (>= 5.0.2)
-
net6.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp (>= 5.0.2)
-
net7.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp (>= 5.0.2)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on NMS.DynamicDictionary:
Package | Downloads |
---|---|
CosmosStack.Extensions.Reflection
CosmosStack reflection extension library |
|
NMS.Aries
无 |
|
NMS.Libra.Client.Multicast
Libra.Client.Multicast 为 Libra 远程调用多播客户端 |
|
NMS.Libra.Server
Libra.Server 为 Libra 远程请求的服务端 |
|
NMS.Leo
此项目为Natasha的衍生项目,通过运行时自动构建高性能操作代理类,为普通类,静态类,动态类,动态类中的动态类,动态生成的静态类等提供了良好的、完备的、高性能的操作,如果反射、dynamic都不能满足高端的需求,可使用本类库,它将是一个不错的选择。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.2 | 3,628 | 11/15/2022 |
2.5.1 | 286 | 10/12/2022 |
2.5.0 | 267 | 10/11/2022 |
2.4.2 | 39,373 | 6/7/2022 |
2.4.1 | 3,826 | 4/7/2022 |
2.4.0 | 1,984 | 2/14/2022 |
2.2.0 | 258 | 11/8/2021 |
2.1.0.1 | 16,030 | 9/7/2021 |
2.1.0 | 15,178 | 8/16/2021 |
2.0.0 | 31,580 | 6/25/2021 |
1.1.0.2 | 27,052 | 5/9/2021 |
1.1.0.1 | 5,790 | 4/2/2021 |
1.1.0 | 10,733 | 12/24/2020 |
1.0.0 | 713 | 11/26/2020 |
将字典转换成动态查找树,以便快速查找。