C# 7 裡面的Pattern Mathing 更多內容請查看官方文檔:https://docs.microsoft.com/zh-cn/dotnet/csharp/whats-new/csharp-8#more-patterns-in-more-places?WT.mc_id=DT-MVP-500 ...
C# 7 裡面的Pattern Mathing
is 模式
switch 和 when
C# 8 裡面的Pattern Matching
使用Deconstructor 和 位置匹配模式
下麵兩個類Teacher和Student都由構造函數(Constructor)和Deconstructor: