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

◆ ObjectCache

Hashtable System.Xml.Serialization.SchemaObjectCache.ObjectCache
getprivate

Definition at line 44 of file SchemaObjectCache.cs.

45 {
46 get
47 {
48 if (_objectCache == null)
49 {
50 _objectCache = new Hashtable();
51 }
52 return _objectCache;
53 }
54 }

Referenced by System.Xml.Serialization.SchemaObjectCache.AddItem().