Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Cache
SchemaObjectCache
System.Xml.Serialization.XmlSchemas.Cache
get
package
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
}
System.Xml.Serialization.XmlSchemas._cache
SchemaObjectCache _cache
Definition
XmlSchemas.cs:16
System
Xml
Serialization
XmlSchemas
Generated by
1.10.0