C# 8 brings several good features, one of them is switch expressions. In the previous version I took advantage of using Switch statements with patterns. On C# 7x patterns were introduced into switch statements, which added a powerful tool for…
C# 8 brings several good features, one of them is switch expressions. In the previous version I took advantage of using Switch statements with patterns. On C# 7x patterns were introduced into switch statements, which added a powerful tool for…