Skip to content

Pattern Matching in C#

Every page here belongs directly to the C# pattern matching feature set.

FeatureIntroduced InWhy it belongs hereGuide
Pattern matchingC# 7.0The core feature family entry point.Guide
Constant patternsC# 7.0Matches literal and constant values.Guide
Property patternsC# 8.0Matches nested object member state.Guide
Relational patternsC# 9.0Matches values by range and comparison.Guide
List patternsC# 11.0Matches sequence shapes and contents.Guide
Switch expressionsC# 8.0Pattern-driven branching expression form.Guide