Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Scope
CodeIdentifiers
System.Xml.Serialization.StructMapping.Scope
get
set
package
Definition at line
173
of file
StructMapping.cs
.
174
{
175
get
176
{
177
if
(
_scope
==
null
)
178
{
179
_scope
=
new
CodeIdentifiers();
180
}
181
return
_scope
;
182
}
183
set
184
{
185
_scope
=
value
;
186
}
187
}
System.Xml.Serialization.StructMapping._scope
CodeIdentifiers _scope
Definition
StructMapping.cs:27
System.ExceptionArgument.value
@ value
System
Xml
Serialization
StructMapping
Generated by
1.10.0