Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer When using NuGet 3.x this package requires at least version 3.4.
dotnet add package System.Collections.NonGeneric --version 4.3.0
Install-Package System.Collections.NonGeneric -Version 4.3.0
| 包名 | 版本要求 |
|---|---|
| System.Diagnostics.Debug | [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, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2016-11-15 23:40:19 |
| 项目主页 | https://dot.net/ |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |