2017年6月13日

c# 多播委托

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _10多播委托 { public delegate void Del1(); class Program { ... 阅读全文

posted @ 2017-06-13 15:49 算顺网 阅读(138) 评论(0) 推荐(0) 编辑

c# 求数组的最大值

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _08求数组的最大值 { public delegate int DelCompare(object o1, object o2); ... 阅读全文

posted @ 2017-06-13 15:47 算顺网 阅读(2128) 评论(0) 推荐(0) 编辑

c# 泛型委托

摘要: 泛型委托 阅读全文

posted @ 2017-06-13 15:47 算顺网 阅读(172) 评论(0) 推荐(0) 编辑

匿名函数和lamda表达式

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _06匿名函数和lamda表达式 { public delegate string DelProStr(string name); ... 阅读全文

posted @ 2017-06-13 15:46 算顺网 阅读(211) 评论(0) 推荐(0) 编辑

c# 简单委托例子

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace _05委托 { //声明一个委托 public delegate string ... 阅读全文

posted @ 2017-06-13 15:46 算顺网 阅读(264) 评论(0) 推荐(0) 编辑

c# 匿名函数和lamda表达式语法

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _07匿名函数和lamda表达式语法 { public delegate void DelTest1(); public del... 阅读全文

posted @ 2017-06-13 15:46 算顺网 阅读(249) 评论(0) 推荐(0) 编辑

c# XML增删改查

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文

posted @ 2017-06-13 15:45 算顺网 阅读(200) 评论(0) 推荐(0) 编辑

c# 创建XML文档

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace _02创建一个XML文档 { class Program { static v... 阅读全文

posted @ 2017-06-13 15:44 算顺网 阅读(270) 评论(0) 推荐(0) 编辑

c# 汉字换英文,英文转汉字

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文

posted @ 2017-06-13 15:43 算顺网 阅读(1793) 评论(0) 推荐(0) 编辑

导航