Merge Two List and Sort

前端 未结 0 1679
说谎
说谎 2021-02-01 15:40
class A
{
   int id,
   DateTime joinDate,
   string name
}

class B
{
   int uniqueId,
   DateTime joinDate,
}

I have two lists with the above objects<

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