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

◆ SoapFlags

SoapAttributeFlags System.Xml.Serialization.SoapAttributes.SoapFlags
getpackage

Definition at line 20 of file SoapAttributes.cs.

21 {
22 get
23 {
25 if (_soapElement != null)
26 {
28 }
29 if (_soapAttribute != null)
30 {
32 }
33 if (_soapEnum != null)
34 {
36 }
37 if (_soapType != null)
38 {
40 }
41 return soapAttributeFlags;
42 }
43 }

Referenced by System.Xml.Serialization.SoapAttributes.GetSoapFlags().