gpt4 book ai didi

c# - 如何在 C# 中将一个集合划分为每个 50 个元素的子集合?

转载 作者:太空宇宙 更新时间:2023-11-03 18:09:03 24 4
gpt4 key购买 nike

<分区>

我有一个看起来像这样的集合:

IList<TQBase> = hq;

public class TQBase
{
public int i { get; set; }
public int q { get; set; }
}

该集合中有 300 多件元素。

现在我需要创建这些集合的集合,这样:

h[0] = the first fifty elements of hq
h[1] = the next fifty elements of hq
...
h[n] = any remaining elements of hq

谁能建议我创建第二个系列的方法。这是什么东西吗我可以用 Linq 做还是有更简单的方法?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com