System.Collections.Concurrent 4.3.0

Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.

Microsoft
安装
dotnet add package System.Collections.Concurrent --version 4.3.0
Install-Package System.Collections.Concurrent -Version 4.3.0
依赖
.NETCore5.0
包名版本要求
System.Collections [4.3.0, )
System.Diagnostics.Debug [4.3.0, )
System.Diagnostics.Tracing [4.3.0, )
System.Globalization [4.3.0, )
System.Resources.ResourceManager [4.3.0, )
System.Runtime [4.3.0, )
System.Runtime.Extensions [4.3.0, )
System.Threading [4.3.0, )
System.Threading.Tasks [4.3.0, )
.NETStandard1.1
包名版本要求
System.Runtime [4.3.0, )
System.Threading.Tasks [4.3.0, )
.NETStandard1.3
包名版本要求
System.Collections [4.3.0, )
System.Diagnostics.Debug [4.3.0, )
System.Diagnostics.Tracing [4.3.0, )
System.Globalization [4.3.0, )
System.Reflection [4.3.0, )
System.Resources.ResourceManager [4.3.0, )
System.Runtime [4.3.0, )
System.Runtime.Extensions [4.3.0, )
System.Threading [4.3.0, )
System.Threading.Tasks [4.3.0, )
版本详情
作者Microsoft
发布时间2016-11-15 23:40:03
项目主页https://dot.net/
许可证http://go.microsoft.com/fwlink/?LinkId=329770