break up array into little arrays

前端 未结 6 746
南方客
南方客 2021-01-20 06:03

i am sending out email to a list of people. I have the list of recipients in array but the list can get up to 500 people. There is a limitation on the number of recipients

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-20 06:13

    If you can use LINQ when you may find this useful: Linq: How to group by maximum number of items

提交回复
热议问题