An open API service indexing awesome lists of open source software.

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.

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.)