- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 33字
- 2021-08-27 18:47:10
Patterns
Patterns matching is the process of performing syntactical testing of the value to verify whether it matches the certain model. There are three types of patterns:
- Constant patterns.
- Type patterns.
- Var patterns.