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