mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Add links for more pattern matching
This commit is contained in:
parent
78345897d2
commit
8fa83d54cb
|
|
@ -249,6 +249,8 @@
|
||||||
- [Naming guidelines](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines)
|
- [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/)
|
- [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/)
|
- [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# implemented proposals
|
||||||
- [C# 11](https://github.com/dotnet/csharplang/tree/main/proposals/csharp-11.0)
|
- [C# 11](https://github.com/dotnet/csharplang/tree/main/proposals/csharp-11.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue