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

◆ GetRowElement()

XmlBoundElement System.Xml.DataPointer.GetRowElement ( )
inlineprivate

Definition at line 341 of file DataPointer.cs.

342 {
343 if (_column != null)
344 {
345 return _node as XmlBoundElement;
346 }
348 return rowElem;
349 }
XmlDataDocument _doc
Definition DataPointer.cs:8
bool GetRegion(XmlNode node, [NotNullWhen(true)] out XmlBoundElement rowElem)

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