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

◆ Preprocessor() [1/2]

System.Xml.Schema.Preprocessor.Preprocessor ( XmlNameTable nameTable,
SchemaNames schemaNames,
ValidationEventHandler eventHandler )
inline

Definition at line 82 of file Preprocessor.cs.

83 : this(nameTable, schemaNames, eventHandler, new XmlSchemaCompilationSettings())
84 {
85 }