Search notes:

System.Collections (namespace)

The base interface that classes in the System.Collections namespace implement is System.Collections.ICollection.
Microsoft recommends not to use the classes in System.Collections and to replace them with those from the System.Collections.Generic namespace.

See also

Compare with the System.Array class.

Index