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

◆ XsdSchema

XmlSchema System.Xml.Serialization.XmlSchemas.XsdSchema
staticgetpackage

Definition at line 111 of file XmlSchemas.cs.

112 {
113 get
114 {
115 if (s_xsd == null)
116 {
117 s_xsd = CreateFakeXsdSchema("http://www.w3.org/2001/XMLSchema", "schema");
118 }
119 return s_xsd;
120 }
121 }
static volatile XmlSchema s_xsd
Definition XmlSchemas.cs:26
static XmlSchema CreateFakeXsdSchema(string ns, string name)

Referenced by System.Xml.Serialization.SchemaImporter.SchemaImporter(), and System.Xml.Serialization.XmlSchemas.Compile().