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

◆ Cache

SchemaObjectCache System.Xml.Serialization.XmlSchemas.Cache
getpackage

Definition at line 59 of file XmlSchemas.cs.

60 {
61 get
62 {
63 if (_cache == null)
64 {
65 _cache = new SchemaObjectCache();
66 }
67 return _cache;
68 }
69 }