Chapter 55. Switch Blocks with Objects in C# 7.0
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.