- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 60字
- 2025-04-04 18:04:55
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.