May 2004
Intermediate to advanced
888 pages
22h 31m
English
Figure 10.1 depicts the hierarchy of interfaces defined within the System.Collections namespace.

Table 10.1 gives a brief description of each of these interfaces.
| Interface | Description |
|---|---|
| IEnumerable | Exposes an enumerator interface whose implementor iterates uni-directionally over a collection. |
| ICollection | Defines size and synchronization methods for collections. Inherits the IEnumerable methods. |
| IList | Defines a collection whose items are accessible via an index. |
| IDictionary | Defines a key-value pair collection. |
| IEnumerator | Defines method ... |
Read now
Unlock full access