Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNullable
bool
System.Xml.Serialization.SoapElementAttribute.IsNullable
get
set
Definition at line
48
of file
SoapElementAttribute.cs
.
49
{
50
get
51
{
52
return
_nullable
;
53
}
54
set
55
{
56
_nullable
=
value
;
57
}
58
}
System.Xml.Serialization.SoapElementAttribute._nullable
bool _nullable
Definition
SoapElementAttribute.cs:12
System.ExceptionArgument.value
@ value
System
Xml
Serialization
SoapElementAttribute
Generated by
1.10.0