Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AttributeName
string
System.Xml.Serialization.XmlAttributeAttribute.AttributeName
get
set
Definition at line
31
of file
XmlAttributeAttribute.cs
.
32
{
33
get
34
{
35
if
(
_attributeName
!=
null
)
36
{
37
return
_attributeName
;
38
}
39
return
string
.Empty;
40
}
41
[
param
:
AllowNull
]
42
set
43
{
44
_attributeName
=
value
;
45
}
46
}
System.Xml.Serialization.XmlAttributeAttribute._attributeName
string _attributeName
Definition
XmlAttributeAttribute.cs:9
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Serialization
XmlAttributeAttribute
Generated by
1.10.0