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

◆ LoadDocSequence()

void System.Xml.XmlLoader.LoadDocSequence ( XmlDocument parentDoc)
inlineprivate

Definition at line 46 of file XmlLoader.cs.

47 {
48 XmlNode xmlNode = null;
50 {
51 parentDoc.AppendChildForLoad(xmlNode, parentDoc);
52 if (!_reader.Read())
53 {
54 break;
55 }
56 }
57 }
XmlNode LoadNode(bool skipOverWhitespace)
Definition XmlLoader.cs:88

References System.Xml.XmlLoader._reader, System.Xml.XmlLoader.LoadNode(), and System.Xml.XmlReader.Read().

Referenced by System.Xml.XmlLoader.Load().