摘要:
IEnumerable 只有一个方法:IEnumerator GetEnumerator(). INumerable 是集合应该实现的一个接口,这样,就能用 foreach 来遍历这个集合。 IEnumerator 有Current属性,MoveNext(), Reset()两个方法。 当 fore 阅读全文
posted @ 2017-08-03 09:11
欧阳不急
阅读(419)
评论(0)
推荐(0)
2017年8月3日