ICYMI C# 9 New Features: More Pattern Matching Features

added by DotNetKicks
6/23/2021 2:49:21 AM

616 Views

This is part of a series of articles on new features introduced in C# 9. Pattern matching was introduced in earlier versions of C# and C# 9 continued to evolve this feature. Pattern matching in a more general sense allows you to write an expression and evaluate it to see whether or not it meets some specified characteristic or "pattern".


0 comments