c# 匿名函数

int t()
{
    Func<int> m=()=>3;
    return m()+m();
}

posted @ 2013-09-03 15:13  晨祷  阅读(222)  评论(0)    收藏  举报