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