标签: c# performance switch-statement
可能重复: C# - Is there a better alternative than this to ‘switch on type’?
1)。 http://channel9.msdn.com/forums/TechOff/411739-switch-objectGetType-/?CommentID=411995
2)。 http://blogs.msdn.com/jaredpar/archive/2008/05/16/switching-on-types.aspx
3)。 还是有更好的方法......?
请反映阅读代码的速度和简易性。
答案 0 :(得分:1)
总之,建议我更喜欢第二种选择。一般来说,我更喜欢double dispatch而非Type s。
Type