Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LocalAttributes
NameTable
System.Xml.Serialization.StructMapping.LocalAttributes
get
package
Definition at line
85
of file
StructMapping.cs
.
86
{
87
get
88
{
89
if
(
_attributes
==
null
)
90
{
91
_attributes
=
new
NameTable();
92
}
93
return
_attributes
;
94
}
95
}
System.Xml.Serialization.StructMapping._attributes
NameTable _attributes
Definition
StructMapping.cs:25
System
Xml
Serialization
StructMapping
Generated by
1.10.0