标签:style blog http color com strong
【C#中的IEnumerator、foreach、yield】
1、IEnumerator,是一个接口,它的方法如下:
2、foreach语句,在编译后会变成IEnumerator的调用:
3、yield用于return一个IEnumerator。
C#中的IEnumerator、foreach、yield,布布扣,bubuko.com
标签:style blog http color com strong
原文地址:http://www.cnblogs.com/tekkaman/p/3798627.html