XElement is part of System.
This might be duplicate since my question seems so trivial, but I haven't been able to find the answer here …
c# xml namespaces xelement prefixI have a class that has the following properties: public class Author { public string FirstName { get; set; } public string LastName { …
c# .net linq-to-xml xelement