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

◆ ReprocessAll()

static void System.Runtime.Serialization.SchemaExporter.ReprocessAll ( XmlSchemaSet schemas)
inlinestaticprivate

Definition at line 722 of file SchemaExporter.cs.

723 {
724 Hashtable hashtable = new Hashtable();
726 XmlSchema[] array = new XmlSchema[schemas.Count];
727 schemas.CopyTo(array, 0);
728 foreach (XmlSchema xmlSchema in array)
729 {
731 xmlSchema.Items.CopyTo(array2, 0);
733 {
737 {
738 hashtable3 = hashtable;
740 }
741 else
742 {
744 {
745 continue;
746 }
749 }
750 object obj = hashtable3[key];
751 if (obj != null)
752 {
754 }
755 else
756 {
758 }
759 }
760 schemas.Reprocess(xmlSchema);
761 }
762 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
void Add(TKey key, TValue value)
XmlSchema Reprocess(XmlSchema schema)
void CopyTo(XmlSchema[] schemas, int index)

References System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.array, System.Collections.Generic.Dictionary< TKey, TValue >.CopyTo(), System.Xml.Schema.XmlSchemaSet.CopyTo(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.Schema.XmlSchemaSet.Count, System.Runtime.Serialization.Dictionary, System.key, System.Name, System.obj, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by System.Runtime.Serialization.SchemaExporter.ExportXmlDataContract().