Can you have a generic List(of T) in your settings file?

前端 未结 5 1401
悲&欢浪女
悲&欢浪女 2020-12-11 15:23

In my settings file, I would like to have one setting that is of the type List(of Myclass).... I can\'t find anything on the net that does this. Is it possible?

5条回答
  •  感情败类
    2020-12-11 16:19

    Yes it is possible, just type List into the type field manually, it should work.

提交回复
热议问题