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

◆ ImportGroup()

void System.Xml.Serialization.XmlSchemaImporter.ImportGroup ( XmlSchemaGroupBase group,
string identifier,
CodeIdentifiers members,
CodeIdentifiers membersScope,
INameScope elementsScope,
string ns,
bool mixed,
ref bool needExplicitOrder,
bool allowDuplicates,
bool groupRepeats,
bool allowUnboundedElements )
inlineprivate

Definition at line 721 of file XmlSchemaImporter.cs.

722 {
724 {
726 }
727 else
728 {
730 }
731 if (mixed)
732 {
734 }
735 }
void ImportTextMember(CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName simpleContentType)
MemberMapping ImportChoiceGroup(XmlSchemaGroupBase group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool groupRepeats, ref bool needExplicitOrder, bool allowDuplicates)
void ImportGroupMembers(XmlSchemaParticle particle, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool groupRepeats, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements)

References System.Xml.Serialization.XmlSchemaImporter.ImportChoiceGroup(), System.Xml.Serialization.XmlSchemaImporter.ImportGroupMembers(), and System.Xml.Serialization.XmlSchemaImporter.ImportTextMember().

Referenced by System.Xml.Serialization.XmlSchemaImporter.ImportTypeMembers().