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> \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
dotnet add package System.Collections.Concurrent --version 4.0.12-rc2-24027
Install-Package System.Collections.Concurrent -Version 4.0.12-rc2-24027
| 包名 | 版本要求 |
|---|---|
| System.Collections | [4.0.11-rc2-24027, ) |
| System.Diagnostics.Debug | [4.0.11-rc2-24027, ) |
| System.Diagnostics.Tracing | [4.1.0-rc2-24027, ) |
| System.Globalization | [4.0.11-rc2-24027, ) |
| System.Resources.ResourceManager | [4.0.1-rc2-24027, ) |
| System.Runtime | [4.1.0-rc2-24027, ) |
| System.Runtime.Extensions | [4.1.0-rc2-24027, ) |
| System.Threading | [4.0.11-rc2-24027, ) |
| System.Threading.Tasks | [4.0.11-rc2-24027, ) |
| 包名 | 版本要求 |
|---|---|
| System.Runtime | [4.1.0-rc2-24027, ) |
| System.Threading.Tasks | [4.0.11-rc2-24027, ) |
| 包名 | 版本要求 |
|---|---|
| System.Collections | [4.0.11-rc2-24027, ) |
| System.Diagnostics.Debug | [4.0.11-rc2-24027, ) |
| System.Diagnostics.Tracing | [4.1.0-rc2-24027, ) |
| System.Globalization | [4.0.11-rc2-24027, ) |
| System.Reflection | [4.1.0-rc2-24027, ) |
| System.Resources.ResourceManager | [4.0.1-rc2-24027, ) |
| System.Runtime | [4.1.0-rc2-24027, ) |
| System.Runtime.Extensions | [4.1.0-rc2-24027, ) |
| System.Threading | [4.0.11-rc2-24027, ) |
| System.Threading.Tasks | [4.0.11-rc2-24027, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2016-05-16 14:02:28 |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |