Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HasXmlnsMember
bool
System.Xml.Serialization.StructMapping.HasXmlnsMember
get
package
Definition at line
122
of file
StructMapping.cs
.
123
{
124
get
125
{
126
for
(StructMapping
structMapping
=
this
;
structMapping
!=
null
;
structMapping
=
structMapping
.BaseMapping)
127
{
128
if
(
structMapping
.XmlnsMember !=
null
)
129
{
130
return
true
;
131
}
132
}
133
return
false
;
134
}
135
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
Serialization
StructMapping
Generated by
1.10.0