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

◆ ImportedNamespaces

ArrayList System.Xml.Schema.XmlSchema.ImportedNamespaces
getpackage

Definition at line 420 of file XmlSchema.cs.

421 {
422 get
423 {
424 if (_importedNamespaces == null)
425 {
427 }
428 return _importedNamespaces;
429 }
430 }

Referenced by System.Xml.Schema.Preprocessor.Execute(), and System.Xml.Schema.Preprocessor.Preprocess().