What is the impact of using dynamic variable in this code?

前端 未结 0 924
臣服心动
臣服心动 2021-02-02 13:11

I have refactored one of my cognitively complex method into the following code:

dynamic list = someVaiable switch
{
    "a" => new List<(int,Class         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题