https://github.com/emoacht/patternmatchingtest
Test C# pattern matching.
https://github.com/emoacht/patternmatchingtest
Last synced: 3 months ago
JSON representation
Test C# pattern matching.
- Host: GitHub
- URL: https://github.com/emoacht/patternmatchingtest
- Owner: emoacht
- License: mit
- Created: 2021-12-21T13:38:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T19:53:26.000Z (over 3 years ago)
- Last Synced: 2025-01-16T16:23:31.246Z (5 months ago)
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pattern Matching Test
Test C# pattern matching.
- [Pattern matching overview](https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/pattern-matching)
## Requirements
* .NET 6.0 (Pattern matching itself works on .NET Framework as well.)