Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 XDocument 读取带有 linq to XML 的 XML 文件并且查询没有排序时,我可以依赖返回的 IEnumerable 中的顺序吗?
是的。
例如,查看.Descendants()的文档。它表示元素按文档顺序返回。