Files
codeql/csharp/change-notes/2021-01-15-Relational-pattern.md
2021-01-18 09:19:27 +01:00

4 lines
146 B
Markdown

lgtm,codescanning
* The `RelationalPatternExpr` and its 4 sub class have been added to support C# 9
relational `<`, `>`, `<=`, and `>=` patterns.