Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NextSibling
override
?
XmlNode
System.Xml.XmlLinkedNode.NextSibling
get
inherited
Definition at line
30
of file
XmlLinkedNode.cs
.
31
{
32
get
33
{
34
XmlNode
xmlNode
=
ParentNode
;
35
if
(
xmlNode
!=
null
&&
next
!=
xmlNode
.
FirstChild
)
36
{
37
return
next
;
38
}
39
return
null
;
40
}
41
}
System.Xml.XmlLinkedNode.next
XmlLinkedNode next
Definition
XmlLinkedNode.cs:5
System.Xml.XmlNode.ParentNode
virtual ? XmlNode ParentNode
Definition
XmlNode.cs:76
System.Xml.XmlNode.FirstChild
virtual ? XmlNode FirstChild
Definition
XmlNode.cs:120
System.Xml.XmlNode.XmlNode
XmlNode()
Definition
XmlNode.cs:350
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlWhitespace
Generated by
1.10.0