In this chapter, you are going to learn how to use switch blocks with C# 7.0. The switch blocks have been made more powerful because now you can switch objects and not just basic data types, such as integers.





















































In this chapter, you are going to learn how to use switch blocks with C# 7.0. The switch blocks have been made more powerful because now you can switch objects and not just basic data types, such as integers.