Skip to content

Commit

Permalink
Add links for more pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice committed Nov 16, 2022
1 parent 7834589 commit 8fa83d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
- [Naming guidelines](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines)
- [Types (C# Programming Guide)](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/)
- [Statements, Expressions, and Operators (C# Programming Guide)](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/)
- [Pattern matching overview](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/pattern-matching)
- [Patterns (C# reference)](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/patterns)

## C# implemented proposals
- [C# 11](https://github.com/dotnet/csharplang/tree/main/proposals/csharp-11.0)
Expand Down

0 comments on commit 8fa83d5

Please sign in to comment.