Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsTextNode()
static
bool
System.Xml.XmlDocument.IsTextNode
(
XmlNodeType
nt
)
inline
static
package
Definition at line
949
of file
XmlDocument.cs
.
950
{
951
if
((uint)(
nt
- 3) <= 1
u
|| (uint)(
nt
- 13) <= 1
u
)
952
{
953
return
true
;
954
}
955
return
false
;
956
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Referenced by
System.Xml.XmlDocument.NormalizeText()
.
System
Xml
XmlDocument
Generated by
1.10.0