C# 委托 委托的多播
摘要:
C# 委托(Delegate) C# 中的委托(Delegate)类似于 C 或 C++ 中函数的指针。委托(Delegate) 是存有对某个方法的引用的一种引用类型变量。引用可在运行时被改变。 委托(Delegate)特别用于实现事件和回调方法。所有的委托(Delegate)都派生自 System 阅读全文
posted @ 2021-09-07 15:20 wu.g.q 阅读(616) 评论(0) 推荐(0)
posted @ 2021-09-07 15:20 wu.g.q 阅读(616) 评论(0) 推荐(0)
posted @ 2021-09-07 15:07 wu.g.q 阅读(49) 评论(0) 推荐(0)
posted @ 2021-09-07 14:45 wu.g.q 阅读(397) 评论(0) 推荐(0)
posted @ 2021-09-07 09:59 wu.g.q 阅读(975) 评论(0) 推荐(0)