System.Collections Namespace
Interfaces
Interface | Description | |
---|---|---|
![]() |
ICollection |
Defines size, enumerators, and synchronization methods for all nongeneric collections.
|
![]() |
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.
|
![]() |
IEnumerator |
Supports a simple iteration over a non-generic collection.
|
![]() |
IEqualityComparer |
Defines methods to support the comparison of objects for equality.
|