how to string.join object array parameters with customize output

后端 未结 0 359
自闭症患者
自闭症患者 2021-01-28 15:32

I have an object like that

    public class MyModel
    {
        public int Key { get; set; }
        public string Value { get; set; } 
    }

A

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