Beginning C# 7 Hands-On:Advanced Language Features
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, you learned about anonymous functions. You streamlined writing functions, performed an action on all of the values, made an anonymous function or method, and started a thread.

In the next chapter, we will take a look at the basics of languages: Language Integrated Query. It's a powerful way of manipulating data directly within your C# code.