Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LocalElements
NameTable
System.Xml.Serialization.StructMapping.LocalElements
get
package
Definition at line
73
of file
StructMapping.cs
.
74
{
75
get
76
{
77
if
(
_elements
==
null
)
78
{
79
_elements
=
new
NameTable();
80
}
81
return
_elements
;
82
}
83
}
System.Xml.Serialization.StructMapping._elements
NameTable _elements
Definition
StructMapping.cs:23
System
Xml
Serialization
StructMapping
Generated by
1.10.0