Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreviousSibling
override
XmlNode
System.Xml.XmlBoundElement.PreviousSibling
get
Definition at line
47
of file
XmlBoundElement.cs
.
48
{
49
[
UnconditionalSuppressMessage
(
"ReflectionAnalysis"
,
"IL2026:RequiresUnreferencedCode"
, Justification =
"This whole class is unsafe. Constructors are marked as such."
)]
50
get
51
{
52
XmlNode
previousSibling
=
base
.PreviousSibling;
53
if
(
previousSibling
==
null
&&
ParentNode
is
XmlBoundElement
xmlBoundElement
)
54
{
55
xmlBoundElement
.AutoFoliate();
56
return
base
.PreviousSibling;
57
}
58
return
previousSibling
;
59
}
60
}
System.Xml.XmlBoundElement.XmlBoundElement
XmlBoundElement(string prefix, string localName, string namespaceURI, XmlDocument doc)
Definition
XmlBoundElement.cs:150
System.Xml.XmlElement.ParentNode
override? XmlNode ParentNode
Definition
XmlElement.cs:47
System.Xml.XmlNode.XmlNode
XmlNode()
Definition
XmlNode.cs:350
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlBoundElement
Generated by
1.10.0