How do I create a dictionary that nests a list of a statically unknown type?

前端 未结 0 1670
南旧
南旧 2021-01-03 07:48

So I have a dynamic type list, and I want to put it as a value into a dictionary.

            Type listType = typeof(List<>).MakeGenericType(new[] { (Ty         


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