示例#1
0
 public static XDocument ReadXml(this TextReader w)
 {
     return(Xml.Read(w));
 }
示例#2
0
 public static XDocument ReadXml(this Stream s)
 {
     return(Xml.Read(s));
 }