PreviousNext

Pattern Matching In C#

by bill-s, 2017-07-16T03:16:26.000Z

This article introduces new features of the Pattern Matching in C# 7.0. The C# 7 introduced pattern matching in two cases, the is expression and the switch statement.

Read More