Add two Lists of different length in c#

后端 未结 0 783
说谎
说谎 2020-11-29 09:35
List a = new List{1,2,3};
List b = new List{1,2,3,4,5};

a + b should give me 2,4,6,4,5

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