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

◆ ExportMembersMapping() [1/3]

XmlSchemaType System.Xml.Serialization.XmlSchemaExporter.ExportMembersMapping ( MembersMapping mapping,
string ns )
inlineprivate

Definition at line 598 of file XmlSchemaExporter.cs.

599 {
602 if (mapping.XmlnsMember != null)
603 {
605 }
607 }
void AddXmlnsAnnotation(XmlSchemaComplexType type, string xmlnsMemberName)
void ExportTypeMembers(XmlSchemaComplexType type, MemberMapping[] members, string name, string ns, bool hasSimpleContent, bool openModel)

References System.Xml.Serialization.XmlSchemaExporter.AddXmlnsAnnotation(), System.Xml.Dictionary, and System.Xml.Serialization.XmlSchemaExporter.ExportTypeMembers().