摘要: using System;using System.Collections.Generic;using System.Collections;class Program{ static void Main(string[] args) { //第一个例子 //int counter = 0; //IEnumerableint values = Utilities.Generate(10, () = counter++); //Console.WriteLine("Current Counter: {0}", counter); //foreach (int num in values) 阅读全文
posted @ 2010-07-29 09:40 再快一点 阅读(191) 评论(0) 推荐(0) 编辑