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

◆ XmlNotation()

System.Xml.XmlNotation.XmlNotation ( string name,
string publicId,
string systemId,
XmlDocument doc )
inlinepackage

Definition at line 37 of file XmlNotation.cs.

38 : base(doc)
39 {
40 _name = doc.NameTable.Add(name);
41 _publicId = publicId;
42 _systemId = systemId;
43 }
readonly string _systemId
Definition XmlNotation.cs:7
readonly string _name
Definition XmlNotation.cs:9
readonly string _publicId
Definition XmlNotation.cs:5

References System.Xml.XmlNotation._name, System.Xml.XmlNotation._publicId, System.Xml.XmlNotation._systemId, and System.Xml.Dictionary.