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

◆ StartChildren()

override void System.Xml.Schema.XsdBuilder.StartChildren ( )
inlinepackage

Definition at line 828 of file XsdBuilder.cs.

829 {
830 if (_xso != null)
831 {
832 if (_namespaces != null && _namespaces.Count > 0)
833 {
835 _namespaces = null;
836 }
838 {
841 }
842 }
843 }
virtual void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
List< XmlQualifiedName > _namespaces
readonly List< XmlAttribute > _unhandledAttributes

References System.Xml.Schema.XsdBuilder._namespaces, System.Xml.Schema.XsdBuilder._unhandledAttributes, System.Xml.Schema.XsdBuilder._xso, System.Collections.Generic.Dictionary< TKey, TValue >.Clear(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.Dictionary, and System.Xml.Schema.XmlSchemaObject.SetUnhandledAttributes().