Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ImportedSchemas
ArrayList
System.Xml.Schema.XmlSchema.ImportedSchemas
get
package
Definition at line
408
of file
XmlSchema.cs
.
409
{
410
get
411
{
412
if
(
_importedSchemas
==
null
)
413
{
414
_importedSchemas
=
new
ArrayList
();
415
}
416
return
_importedSchemas
;
417
}
418
}
System.Collections.ArrayList
Definition
ArrayList.cs:11
System.Xml.Schema.XmlSchema._importedSchemas
ArrayList _importedSchemas
Definition
XmlSchema.cs:63
Referenced by
System.Xml.Schema.Preprocessor.Execute()
.
System
Xml
Schema
XmlSchema
Generated by
1.10.0