上一页 1 ··· 337 338 339 340 341 342 343 344 345 ··· 401 下一页
摘要: https://msdn.microsoft.com/en-us/library/51y09td4.aspx In C#, the new keyword can be used as an operator, a modifier, or a constraint. Used to create 阅读全文
posted @ 2016-03-15 09:28 ChuckLu 阅读(346) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173153.aspx In C#, a method in a derived class can have the same name as a method in the base class. You ca 阅读全文
posted @ 2016-03-14 16:25 ChuckLu 阅读(266) 评论(0) 推荐(0)
摘要: The C# language is designed so that versioning between base and derived classes in different libraries can evolve发展 and maintain backward compatibilit 阅读全文
posted @ 2016-03-14 15:21 ChuckLu 阅读(247) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173152.aspx Polymorphism is often referred to as the third pillar of object-oriented programming, after enc 阅读全文
posted @ 2016-03-14 14:06 ChuckLu 阅读(649) 评论(0) 推荐(0)
摘要:   一、初始化的过程   supersocket\socketengine\defaultbootstrap.cs   supersocket\socketbase\appserverbase.cs   supersocket\socketengine\socketserverfactory.cs 阅读全文
posted @ 2016-03-11 17:11 ChuckLu 阅读(6694) 评论(0) 推荐(0)
摘要: 第一个函数 d:\sourcecode\github\supersocket\quickstart\basic\telnetserver_startbyconfig\program.cs static void Main(string[] args) { Console.WriteLine("Pre 阅读全文
posted @ 2016-03-11 14:46 ChuckLu 阅读(2446) 评论(0) 推荐(0)
摘要: 第一个函数 d:\sourcecode\github\supersocket\quickstart\basic\telnetserver_startbyconfig\program.cs static void Main(string[] args) { Console.WriteLine("Pre 阅读全文
posted @ 2016-03-11 13:52 ChuckLu 阅读(2540) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-03-10 11:56 ChuckLu 阅读(471) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173157.aspx If a class implements two interfaces that contain a member with the same signature, then implem 阅读全文
posted @ 2016-03-10 09:50 ChuckLu 阅读(305) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173156.aspx An interface contains definitions for a group of related functionalities that a class or a stru 阅读全文
posted @ 2016-03-10 09:42 ChuckLu 阅读(421) 评论(0) 推荐(0)
上一页 1 ··· 337 338 339 340 341 342 343 344 345 ··· 401 下一页