PreviousNext

C# 7.0 – Pattern Matching

by bill-s, 2017-02-17T18:03:52.000Z

In this post Christian Nagel talks about C# 7.0 latest feature, pattern matching, the is operator, the switch statement and how they have been enhanced with the const pattern, the type pattern, and the var pattern.

Read More