C# 7–The Good Parts–Pattern Matching
March 27. 2017 Posted in:
I’ve covered tuples and local functions, so next up in my new C# 7 features series is pattern matching. This is a nice addition to the language, although, as I explain in the video, it’s not as powerful as F# pattern matching as we still don’t have discriminated unions in C#. Watch the video here.