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

◆ SelectChildren() [2/2]

override XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectChildren ( XPathNodeType type)
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 505 of file XPathDocumentNavigator.cs.

506 {
507 return new XPathDocumentKindChildIterator(this, type);
508 }