System.Collections Classes
Elaborate System.Collections Classes
Non-Generic collection in C# is defined in System.Collections
namespace. It is a general-purpose data structure that works on object references, so it can handle any type of object, but not in a safe-type manner. Non-generic collections are defined by the set of interfaces and classes. Below table contains the frequently used classes of the System.Collections
namespace: