Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNamespaceNode()
bool
System.Xml.XPathNodePointer.IsNamespaceNode
(
XmlNodeType
nt
,
string
ns
)
inline
private
Definition at line
454
of file
XPathNodePointer.cs
.
455
{
456
if
(
nt
== XmlNodeType.Attribute)
457
{
458
return
ns ==
"http://www.w3.org/2000/xmlns/"
;
459
}
460
return
false
;
461
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
XPathNodePointer
Generated by
1.10.0