Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XPathDocument() [4/8]

System.Xml.XPath.XPathDocument.XPathDocument ( XmlReader reader,
XmlSpace space )
inline

Definition at line 60 of file XPathDocument.cs.

61 {
62 if (reader == null)
63 {
64 throw new ArgumentNullException("reader");
65 }
66 LoadFromReader(reader, space);
67 }
void LoadFromReader(XmlReader reader, XmlSpace space)

References System.Xml.XPath.XPathDocument.LoadFromReader().