Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmptyElement
bool
System.Xml.DataPointer.IsEmptyElement
get
package
Definition at line
189
of file
DataPointer.cs
.
190
{
191
get
192
{
193
RealFoliate
();
194
if
(
_node
!=
null
&&
_column
==
null
&&
_node
.
NodeType
== XmlNodeType.Element)
195
{
196
return
((XmlElement)
_node
).IsEmpty;
197
}
198
return
false
;
199
}
200
}
System.Xml.DataPointer._column
DataColumn _column
Definition
DataPointer.cs:12
System.Xml.DataPointer._node
XmlNode _node
Definition
DataPointer.cs:10
System.Xml.DataPointer.RealFoliate
void RealFoliate()
Definition
DataPointer.cs:637
System.Xml.XmlNode.NodeType
XmlNodeType NodeType
Definition
XmlNode.cs:73
System
Xml
DataPointer
Generated by
1.10.0