2019年1月23日
摘要: using Microsoft.Practices.Unity;using System;using System.Collections.Generic;using System.Configuration;using System.IO;using System.Linq;using Syste 阅读全文
posted @ 2019-01-23 17:29 630278505 阅读(117) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.IO;using System.Linq;using System.Net;using System.Net.Http;usin 阅读全文
posted @ 2019-01-23 17:09 630278505 阅读(265) 评论(0) 推荐(0)
摘要: Communication.Common.Logging; using System;using System.Collections.Generic;using System.Globalization;using System.IO;using System.Linq;using System. 阅读全文
posted @ 2019-01-23 17:06 630278505 阅读(151) 评论(0) 推荐(0)
  2013年5月17日
摘要: 密封类1、sealed:(*)密封类,不能被继承2、sealed关键字,表示类不能被继承3、密封类表示不能被继承,String类 .net系统中本身对字符串有很多特殊处理,防止别的类继承后造成混乱4、禁止子类重写父类的方法eg:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 密封类{class Program{static void Main(string[] args){//Chinese c = new Chinese();//Console.WriteL 阅读全文
posted @ 2013-05-17 16:22 630278505 阅读(133) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示