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

◆ GetAttributes() [1/2]

XmlAttributes System.Xml.Serialization.XmlReflectionImporter.GetAttributes ( MemberInfo memberInfo)
inlineprivate

Definition at line 220 of file XmlReflectionImporter.cs.

221 {
222 XmlAttributes xmlAttributes = _attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];
223 if (xmlAttributes != null)
224 {
225 return xmlAttributes;
226 }
227 return new XmlAttributes(memberInfo);
228 }

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