Best algorithm to convert a list of one type which is flat to another type which is hierarchical in C#

后端 未结 0 1662
感动是毒
感动是毒 2020-12-30 23:57

I have a classes Type1 and Type2 that looks like this

public Class Type1{
   public string Key {get; set; }
   public string Value {get; set; }
}

public Clas         


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