Take a look at the content in System.Collections today. Thumbnail:
Haha, the most important thing here is:
First, a major interface:
IEnumerable public enumeration number, which supports simple iteration on a collection.
Second, inherit the Ienumerable four sub-interfaces:
1.ICOLLECTION Defines the size, enumeration and synchronization method of all collections. (to be continued)