肖捷 侯家利 c语言程序设计 2016第一版大学教材哪里能买到

//委托 逛超知市道 delegate int GuangChaoshi(int a); static void Main(string[] args) { // GuangChaoshi gwl = JieZhang; GuangChaoshi gwl = p => p + 10; Console.WriteLine(gwl(10) + ""); //打印20,表回达式的应用答 Console.ReadKey(); }