What's New in C# 10: Simplify Nested Property Pattern Code

added by DotNetKicks
12/8/2021 3:39:24 AM

545 Views

This is part of a series on the new features introduced with C# 10. Pattern matching in C# was first introduced in C# 7 and has been added to in later versions. C# 8 added property pattern matching to allow you to match on the values of properties and fields.


0 comments