摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { // 创建一个委托实例,封装C类的静态方法M1 MyDelegate d1 = new MyDele... 阅读全文
posted @ 2017-03-21 21:46 fishyue 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 序号 单词 频率 意思 public 1138 公共 string 994 字符串 out 692 输出 system 681 系统 class 584 类 print 556 打印 int 545 整型 new 501 新的 v... 阅读全文
posted @ 2017-03-21 11:57 fishyue 阅读(1965) 评论(0) 推荐(0) 编辑