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

◆ SoapAttributes

SoapAttributes System.Xml.Serialization.XmlReflectionMember.SoapAttributes
getset

Definition at line 41 of file XmlReflectionMember.cs.

42 {
43 get
44 {
45 return _soapAttributes;
46 }
47 set
48 {
50 }
51 }