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

◆ GetRowElement()

XmlBoundElement System.Xml.XPathNodePointer.GetRowElement ( )
inlineprivate

Definition at line 491 of file XPathNodePointer.cs.

492 {
493 if (_column != null)
494 {
495 return (XmlBoundElement)_node;
496 }
498 return rowElem;
499 }
bool GetRegion(XmlNode node, [NotNullWhen(true)] out XmlBoundElement rowElem)
readonly XmlDataDocument _doc

References System.Xml.XPathNodePointer._column, System.Xml.XPathNodePointer._doc, System.Xml.XPathNodePointer._node, System.Xml.Dictionary, System.Xml.DataSetMapper.GetRegion(), and System.Xml.XmlDataDocument.Mapper.