XElement 类 (System.Xml.Linq)
XElement root=XElement.Load("文件路径") ;或string str=@"...";//上面的字符串XElement root=XElement.Parse(str);