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

◆ GetAttributes() [1/2]

SoapAttributes System.Xml.Serialization.SoapReflectionImporter.GetAttributes ( MemberInfo memberInfo)
inlineprivate

Definition at line 155 of file SoapReflectionImporter.cs.

156 {
157 SoapAttributes soapAttributes = _attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];
158 if (soapAttributes != null)
159 {
160 return soapAttributes;
161 }
162 return new SoapAttributes(memberInfo);
163 }

References System.Xml.Serialization.SoapReflectionImporter._attributeOverrides, and System.Xml.Dictionary.