Bridge

System.Collections Namespace

Interfaces


  Interface Description
Public interface ICollection
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Public interface IEnumerable
Exposes an enumerator, which supports a simple iteration over a non-generic collection.To browse the .NET Framework source code for this type, see the Reference Source.
Public interface IEnumerator
Supports a simple iteration over a non-generic collection.
Public interface IEqualityComparer
Defines methods to support the comparison of objects for equality.