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

◆ Cache

SchemaObjectCache System.Xml.Serialization.ImportContext.Cache
getpackage

Definition at line 18 of file ImportContext.cs.

19 {
20 get
21 {
22 if (_cache == null)
23 {
24 _cache = new SchemaObjectCache();
25 }
26 return _cache;
27 }
28 }

Referenced by System.Xml.Serialization.SchemaImporter.SchemaImporter().