委托三------------多播委托与匿名方法-创新互联

============================================多播委托

创新互联建站是一家以网络技术公司,为中小企业提供网站维护、网站建设、成都网站建设、网站备案、服务器租用、申请域名、软件开发、微信平台小程序开发等企业互联网相关业务,是一家有着丰富的互联网运营推广经验的科技公司,有着多年的网站建站经验,致力于帮助中小企业在互联网让打出自已的品牌和口碑,让企业在互联网上打开一个面向全国乃至全球的业务窗口:建站服务热线:18980820575

-------------------------------------主程序

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)
        {
            //多播委托只能使用无返回值的委托
            //当str1执行失败后会阻止后面的方法的执行
            Action a = 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
            Action a = delegate(string str)
            {
                Console.WriteLine(s + str);
                Console.ReadKey();
            };
            a("我叫张飞");

        }
    }
}

创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。


分享题目:委托三------------多播委托与匿名方法-创新互联
本文地址:http://hxwzsj.com/article/dghpsd.html

其他资讯

Copyright © 2025 青羊区翔捷宏鑫字牌设计制作工作室(个体工商户) All Rights Reserved 蜀ICP备2025123194号-14
友情链接: 成都网站设计 成都网站设计 网站建设费用 营销网站建设 温江网站设计 网站制作公司 网站建设 重庆网站建设 成都网站设计 企业网站制作 重庆外贸网站建设 网站建设公司 教育网站设计方案 手机网站制作 网站制作 网站设计公司 外贸网站建设 专业网站建设 手机网站建设 网站建设 成都企业网站建设公司 成都网站设计