Exemplo n.º 1
0
 public static XDocument ReadXml(this TextReader w)
 {
     return(Xml.Read(w));
 }
Exemplo n.º 2
0
 public static XDocument ReadXml(this Stream s)
 {
     return(Xml.Read(s));
 }