Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ElementName
string
System.Xml.Serialization.XmlArrayAttribute.ElementName
get
set
Definition at line
19
of file
XmlArrayAttribute.cs
.
20
{
21
get
22
{
23
if
(
_elementName
!=
null
)
24
{
25
return
_elementName
;
26
}
27
return
string
.Empty;
28
}
29
[
param
:
AllowNull
]
30
set
31
{
32
_elementName
=
value
;
33
}
34
}
System.Xml.Serialization.XmlArrayAttribute._elementName
string _elementName
Definition
XmlArrayAttribute.cs:9
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Serialization
XmlArrayAttribute
Generated by
1.10.0