System.Collections.NonGeneric
4.3.0
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.
Requires NuGet 2.12 or higher.
Install-Package System.Collections.NonGeneric -Version 4.3.0
dotnet add package System.Collections.NonGeneric --version 4.3.0
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
paket add System.Collections.NonGeneric --version 4.3.0
#r "nuget: System.Collections.NonGeneric, 4.3.0"
// Install System.Collections.NonGeneric as a Cake Addin #addin nuget:?package=System.Collections.NonGeneric&version=4.3.0 // Install System.Collections.NonGeneric as a Cake Tool #tool nuget:?package=System.Collections.NonGeneric&version=4.3.0
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.3
- 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)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
Used By
NuGet packages (220)
Showing the top 5 NuGet packages that depend on System.Collections.NonGeneric:
Package | Downloads |
---|---|
Serilog
Simple .NET logging with fully-structured events
|
|
System.Collections.Specialized
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32
When using NuGet 3.x this package requires at least version 3.4.
|
|
System.ComponentModel.TypeConverter
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
When using NuGet 3.x this package requires at least version 3.4.
|
|
log4net
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
|
|
MongoDB.Bson
MongoDB's Official Bson Library.
|
GitHub repositories (49)
Showing the top 5 popular GitHub repositories that depend on System.Collections.NonGeneric:
Repository | Stars |
---|---|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
|
serilog/serilog
Simple .NET logging with fully-structured events
|
|
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
|
|
microsoft/BotBuilder-Samples
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!
|
|
dotnet/standard
This repo is building the .NET Standard
|
Version History
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 98,816,132 | 11/15/2016 |
4.3.0-preview1-24530-04 | 50,669 | 10/24/2016 |
4.0.1 | 142,497,953 | 6/27/2016 |
4.0.1-rc2-24027 | 2,412,461 | 5/16/2016 |
4.0.1-beta-23516 | 42,782 | 11/18/2015 |
4.0.1-beta-23409 | 1,441 | 10/15/2015 |
4.0.1-beta-23225 | 1,457 | 9/1/2015 |
4.0.0 | 2,222,533 | 7/29/2015 |
4.0.0-beta-23109 | 124,602 | 7/27/2015 |
4.0.0-beta-23019 | 48,577 | 6/30/2015 |
4.0.0-beta-22816 | 2,098 | 4/24/2015 |
4.0.0-beta-22605 | 1,345 | 2/13/2015 |
4.0.0-beta-22416 | 1,180 | 1/16/2015 |
4.0.0-beta-22231 | 1,746 | 11/11/2014 |