Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlName
string
System.Xml.Serialization.ConstantMapping.XmlName
get
set
package
Definition at line
13
of file
ConstantMapping.cs
.
14
{
15
get
16
{
17
if
(
_xmlName
!=
null
)
18
{
19
return
_xmlName
;
20
}
21
return
string
.Empty;
22
}
23
[
param
:
AllowNull
]
24
set
25
{
26
_xmlName
=
value
;
27
}
28
}
System.Xml.Serialization.ConstantMapping._xmlName
string _xmlName
Definition
ConstantMapping.cs:7
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Serialization
ConstantMapping
Generated by
1.10.0