============================================多播委托
-------------------------------------主程序
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { class Program { static void Main(string[] args) { //多播委托只能使用無(wú)返回值的委托 //當(dāng)str1執(zhí)行失敗后會(huì)阻止后面的方法的執(zhí)行 Actiona = str1; a += str2; a += str2; a += str2; a += str2; StrAndName(a, "文聘"); Console.ReadKey(); } static void str1(string name) { Console.WriteLine("看我{0}的厲害", name); } static void str2(string name) { Console.WriteLine("受死吧!{0}", name); } static void StrAndName(Action action, string name) { action(name); } } }
============================================匿名方法
-------------------------------------主程序
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication4 { class Program { static void Main(string[] args) { string s = "你好!"; //不能使用break,goto,continue,ref,out Actiona = delegate(string str) { Console.WriteLine(s + str); Console.ReadKey(); }; a("我叫張飛"); } } }
創(chuàng)新互聯(lián)www.cdcxhl.cn,專(zhuān)業(yè)提供香港、美國(guó)云服務(wù)器,動(dòng)態(tài)BGP最優(yōu)骨干路由自動(dòng)選擇,持續(xù)穩(wěn)定高效的網(wǎng)絡(luò)助力業(yè)務(wù)部署。公司持有工信部辦法的idc、isp許可證, 機(jī)房獨(dú)有T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確進(jìn)行流量調(diào)度,確保服務(wù)器高可用性。佳節(jié)活動(dòng)現(xiàn)已開(kāi)啟,新人活動(dòng)云服務(wù)器買(mǎi)多久送多久。