gpt4 book ai didi

.net - 使用 Linq 查询集合的集合

转载 作者:行者123 更新时间:2023-12-04 06:11:45 26 4
gpt4 key购买 nike

我有一个嵌套的数组集合集合,它可以进入任何级别,我必须根据特定的 id 查询并获取该数组的详细信息。

最佳答案

听起来你需要一个递归函数。我写了一个扩展方法到IEnumerableSelectRecursive不久前在 codeproject 上:
http://www.codeproject.com/Tips/80746/Select-Recursive-Extension-method

用法:var allChildren = node.ChildNodes.SelectRecursive(n => n.ChildNodes);

关于.net - 使用 Linq 查询集合的集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7696999/

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