Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Mappings
Hashtable
System.Xml.Serialization.ImportContext.Mappings
get
package
Definition at line
42
of file
ImportContext.cs
.
43
{
44
get
45
{
46
if
(
_mappings
==
null
)
47
{
48
_mappings
=
new
Hashtable
();
49
}
50
return
_mappings
;
51
}
52
}
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.Xml.Serialization.ImportContext._mappings
Hashtable _mappings
Definition
ImportContext.cs:12
System
Xml
Serialization
ImportContext
Generated by
1.10.0