文章列表
Creating delegates manually vs using Action/Func delegates(手动创建委托与使用 Action/Func 委托)
Super-simple example of C# observer/observable with delegates(带有委托的 C# 观察者/可观察的超级简单示例)
Delegates: Predicate vs. Action vs. Func(代表:谓词 vs. 动作 vs. Func)
How do C# Events work behind the scenes?(C# 事件如何在幕后工作?)
Is EndInvoke() optional, sort-of optional, or definitely not optional?(EndInvoke() 是可选的,是可选的,还是绝对不是可选的?)
Assigning events in object initializer(在对象初始化器中分配事件)
What is Func, how and when is it used(什么是 Func,如何以及何时使用)
Could we save delegates in a file (C#)(我们可以将代表保存在文件中吗(C#))
Difference between Delegate.Invoke and Delegate()(Delegate.Invoke 和 Delegate() 之间的区别)
Is Delegate.EndInvoke() really necessary?(Delegate.EndInvoke() 真的有必要吗?)