- Mastering Visual Studio 2017
- Kunal Chowdhury
- 70字
- 2021-07-15 17:26:38
Getting to know about pattern matching
Pattern matching is a new notion introduced in C# 7.0, which adds some power to the existing operators and statements. You can perform pattern matching on any data type and from that statement you can extract the value of that data type. There are two different types of pattern matching in C# 7.0:
- The Is expression with pattern matching
- Switch statements with pattern matching
推薦閱讀
- GitLab Repository Management
- 精通API架構(gòu):設(shè)計(jì)、運(yùn)維與演進(jìn)
- Mastering Unity Shaders and Effects
- Kotlin Standard Library Cookbook
- 微信小程序項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Asynchronous Android Programming(Second Edition)
- Bootstrap 4 Cookbook
- 圖數(shù)據(jù)庫(kù)實(shí)戰(zhàn)
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Penetration Testing with the Bash shell
- Android移動(dòng)應(yīng)用項(xiàng)目化教程
- Oracle Database XE 11gR2 Jump Start Guide
- TypeScript全棧開發(fā)
- Learning ECMAScript 6