博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
委托的泛型版本
阅读量:6700 次
发布时间:2019-06-25

本文共 423 字,大约阅读时间需要 1 分钟。

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace demo5{    class Program    {        public delegate T del
(T t); public static string say(string msg) { return ""; } public static int say1(int msg) { return 0; } static void Main(string[] args) { del
d1 = say; del
d2 = say1; } }}

 

转载地址:http://chloo.baihongyu.com/

你可能感兴趣的文章
Spring + Dubbo + zookeeper (linux) 框架搭建
查看>>
CSS 链接
查看>>
迄今为止最快的 JSON 序列化工具 Jil
查看>>
微信小程序中form 表单提交和取值实例详解
查看>>
如何在多web服务器共享SESSION数据
查看>>
TinyXML:一个优秀的C++ XML解析器
查看>>
Bossie Awards 2015: The best open source applicati
查看>>
linux zip/unzip命令
查看>>
DreamWeaver连接Tomcat用以编辑和测试JSP
查看>>
浅谈开发中的MVVM模式及与MVP和MVC的区别
查看>>
Android属性动画进阶用法
查看>>
Android Studio主题设置、颜色背景配置
查看>>
highcharts 显示网格
查看>>
window.parent,top,window.self,parent,opener
查看>>
转些别人收集的歌
查看>>
LeetCode题解-3-Longest Substring Without Repeating Characters
查看>>
freemarker 从 spring boot execute jar可执行jar中访问模板文件
查看>>
yum只下载软件不安装的两种方法
查看>>
springside 参考地址
查看>>
【案例】数据量猛增,BI分析效率太低怎么破?
查看>>