Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ElementName
string
System.Xml.Serialization.XmlArrayItemAttribute.ElementName
get
set
Definition at line
37
of file
XmlArrayItemAttribute.cs
.
38
{
39
get
40
{
41
if
(
_elementName
!=
null
)
42
{
43
return
_elementName
;
44
}
45
return
string
.Empty;
46
}
47
[
param
:
AllowNull
]
48
set
49
{
50
_elementName
=
value
;
51
}
52
}
System.Xml.Serialization.XmlArrayItemAttribute._elementName
string _elementName
Definition
XmlArrayItemAttribute.cs:9
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Serialization
XmlArrayItemAttribute
Generated by
1.10.0