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

◆ StringQualifiedName

XmlQualifiedName System.Runtime.Serialization.SchemaExporter.StringQualifiedName
staticgetpackage

Definition at line 88 of file SchemaExporter.cs.

89 {
90 get
91 {
92 if (s_stringQualifiedName == null)
93 {
94 s_stringQualifiedName = new XmlQualifiedName("string", "http://www.w3.org/2001/XMLSchema");
95 }
97 }
98 }

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