Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsNullable

bool System.Xml.Serialization.SoapElementAttribute.IsNullable
getset

Definition at line 48 of file SoapElementAttribute.cs.

49 {
50 get
51 {
52 return _nullable;
53 }
54 set
55 {
57 }
58 }