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

◆ ImportedSchemas

ArrayList System.Xml.Schema.XmlSchema.ImportedSchemas
getpackage

Definition at line 408 of file XmlSchema.cs.

409 {
410 get
411 {
412 if (_importedSchemas == null)
413 {
415 }
416 return _importedSchemas;
417 }
418 }

Referenced by System.Xml.Schema.Preprocessor.Execute().