c# 匿名函数

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

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