Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LastNode
override
?
XmlLinkedNode
System.Xml.XmlEntity.LastNode
get
set
package
Definition at line
39
of file
XmlEntity.cs
.
40
{
41
get
42
{
43
if
(
_lastChild
==
null
&& !
_childrenFoliating
)
44
{
45
_childrenFoliating
=
true
;
46
XmlLoader
xmlLoader
=
new
XmlLoader();
47
xmlLoader
.ExpandEntity(
this
);
48
}
49
return
_lastChild
;
50
}
51
set
52
{
53
_lastChild
=
value
;
54
}
55
}
System.Xml.XmlEntity._childrenFoliating
bool _childrenFoliating
Definition
XmlEntity.cs:17
System.Xml.XmlEntity._lastChild
XmlLinkedNode _lastChild
Definition
XmlEntity.cs:15
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlEntity
Generated by
1.10.0