摘要:
C# 中的委托(Delegate)类似于 C 或 C++ 中函数的指针。委托(Delegate) 是存有对某个方法的引用的一种引用类型变量。引用可在运行时被改变。委托(Delegate)特别用于实现事件和回调方法... 阅读全文
posted @ 2016-04-17 12:38
cloudren2020
阅读(99)
评论(0)
推荐(0)
摘要:
示例:struct TwoJas{ public int x; public int y; }线程方法如下:public void SumFun(object data) ... 阅读全文
posted @ 2016-04-17 12:37
cloudren2020
阅读(115)
评论(0)
推荐(0)
摘要:
Asynchronous Server Socket Example.NET Framework 4 其他版本 The following example program creates a server tha... 阅读全文
posted @ 2016-04-17 12:35
cloudren2020
阅读(149)
评论(0)
推荐(0)