http://en.wikipedia.org/wiki/Mycobacterium_tuberculosisthe number of words: 3085word count---------------------tuberculosis 64mycobacterium 23stain 5p...
分类:
其他好文 时间:
2015-05-17 00:31:47
阅读次数:
203
1、集合类(增、删、查、改、遍历)a)集合常用操作添加、遍历、移除来自于IList接口b)使用时须先引用命名空间System.Collectionsc)ArrayList可变长度数组,使用类似于数组属性Capacity(容量) Count(实际元素个数)方法Add()AddRange()Remove...