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

◆ SelectDescendants() [2/2]

override XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectDescendants ( XPathNodeType type,
bool matchSelf )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 519 of file XPathDocumentNavigator.cs.

520 {
521 return new XPathDocumentKindDescendantIterator(this, type, matchSelf);
522 }