本帖最后由 goo 于 2011-04-08 15:00:08 编辑

解决方案 »

  1.   


    namespace CSConsole
    {
        class Program
        {
            static void Main(string[] args)
            {
                List<String> a = new List<String>();
                a.Select(c => DoThings(c)).ToList();
            }        static int DoThings(String str)
            {
                return 0;
            }
        }
    }一点问题都没有,检查一下别的地方吧,俺暂时没有头绪。!