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.
オブジェクトのリストを XElement または XMLDocument C# に変換するにはどうすればよいですか?
ループなし
やってみました:
XElement element = new XElement("yourNewXElement", YourList);