2004年7月7日

C#2.0 新的关键字 yield

摘要: 在新接触c#2.0的时候无意间发现一个新的单词 yield,回想一下好像在1.1中没有看到过,查查msdn果然没有。回过头在到2.0的sdk查到了 yield的说明,在sdk中的解释:Used in an Iterators (C#) block to provide a value to the enumerator object or to signal the end of iteratio... 阅读全文

posted @ 2004-07-07 10:33 Kain 阅读(968) 评论(1) 推荐(0)

导航