日期:2014-05-19  浏览次数:20908 次

带返回值的匿名方法怎么定义??
delegate   int   chl(int   x);

chl   y=   int   delegate(int   y){/*.......*/};

还是

chl   y=     delegate   int(int   y){/*.......*/};

还是其他



------解决方案--------------------
chl y= delegate int(int y){/*.......*/};