- 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
推薦閱讀
- Visual C++程序設(shè)計(jì)教程
- Cocos2D-X權(quán)威指南(第2版)
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- What's New in TensorFlow 2.0
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實(shí)現(xiàn)
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- App Inventor 2 Essentials
- IPython Interactive Computing and Visualization Cookbook
- Clojure High Performance Programming(Second Edition)