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