1 Func<object, int> RTFunc = (RTFuncRT) => 2 { 3 return (RTFuncRT as Func<object, int>)(RTFuncRT); 4 };
C#中同时使用Lambda表达式和递归
原文:http://www.cnblogs.com/rexfield/p/3556862.html