Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string name, string ns]
object INameScope. System.Xml.Serialization.StructMapping.this[
string
name,
string
ns]
get
set
private
Implements
System.Xml.Serialization.INameScope
.
Definition at line
97
of file
StructMapping.cs
.
98
{
99
get
100
{
101
object
obj
=
LocalElements
[
name
, ns];
102
if
(
obj
!=
null
)
103
{
104
return
obj
;
105
}
106
if
(
_baseMapping
!=
null
)
107
{
108
return
((INameScope)
_baseMapping
)[
name
, ns];
109
}
110
return
null
;
111
}
112
set
113
{
114
LocalElements
[
name
, ns] =
value
;
115
}
116
}
System.Xml.Serialization.StructMapping.LocalElements
NameTable LocalElements
Definition
StructMapping.cs:74
System.Xml.Serialization.StructMapping._baseMapping
StructMapping _baseMapping
Definition
StructMapping.cs:9
System.Text.RegularExpressions.ExceptionArgument.name
@ name
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
System
Xml
Serialization
StructMapping
Generated by
1.10.0