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