You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
965 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

委托系列学习
============
委托基础
-------------
> 学习**委托的概念**,学习委托的**基本语法**和**基本使用方法**
主要从概念上弄透委托。其它相关概念与高级用法专门学习。
[详细教程](/DelegateStudy.html)
匿名方法
------------
> 学习**匿名**方法,并**应用到委托上**。
泛型委托
-------------
> 学习**泛型委托**的知识。
内置委托Fun<T>、Action<T>、Private<T>
--------------------------------------
> 学习Dotnet提供的**内置委托**,内置委托应用很广泛。
Lambda 表达式
---------------
> 系统学习*lambda表达式*知识,并**应用在委托上**。
事件与委托
---------
> 学习委托与**事件**的关系、区别与联系、应用条件与场景的区别。
接口与委托
---------
> 学习委托与**接口**的区别与联系、应用条件与场景的区别。
委托总结
--------
> 对委托进行**总结**