Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OnFoliated()
void
IXmlDataVirtualNode. System.Xml.XPathNodePointer.OnFoliated
(
XmlNode
foliatedNode
)
inline
private
Implements
System.Xml.IXmlDataVirtualNode
.
Definition at line
1163
of file
XPathNodePointer.cs
.
1164
{
1165
if
(
_node
==
foliatedNode
&&
_column
!=
null
)
1166
{
1167
_bNeedFoliate
=
true
;
1168
}
1169
}
System.Xml.XPathNodePointer._bNeedFoliate
bool _bNeedFoliate
Definition
XPathNodePointer.cs:23
System.Xml.XPathNodePointer._node
XmlNode _node
Definition
XPathNodePointer.cs:13
System.Xml.XPathNodePointer._column
DataColumn _column
Definition
XPathNodePointer.cs:15
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XPathNodePointer
Generated by
1.10.0