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

◆ TypesInUse

NameTable System.Xml.Serialization.SchemaImporter.TypesInUse
getpackageinherited

Definition at line 78 of file SchemaImporter.cs.

79 {
80 get
81 {
82 if (_typesInUse == null)
83 {
84 _typesInUse = new NameTable();
85 }
86 return _typesInUse;
87 }
88 }