C#中的 IList, ICollection ,IEnumerable 和 IEnumerator
IList,ICollection,IEnumerable很显然,这些都是集合接口的定义,先看看定义:1//摘要:2//表示可按照索引单独访问的对象的非泛型集合。3[ComVisible(true)]4publicinterfaceIList:ICollection,IEnumerable5{67boolIsFixedSize{get;}89boolIsReadOnly{get;}1011obje