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

◆ XPathDocument() [2/8]

System.Xml.XPath.XPathDocument.XPathDocument ( XmlNameTable nameTable)
inlinepackage

Definition at line 46 of file XPathDocument.cs.

47 {
48 if (nameTable == null)
49 {
50 throw new ArgumentNullException("nameTable");
51 }
53 }

References System.Xml.XPath.XPathDocument._nameTable, and System.Xml.Dictionary.