Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[XmlQualifiedName name]
int System.Xml.Schema.SymbolsDictionary.this[
XmlQualifiedName
name]
get
Definition at line
33
of file
SymbolsDictionary.cs
.
34
{
35
get
36
{
37
object
obj
=
_names
[
name
];
38
if
(
obj
!=
null
)
39
{
40
return
(
int
)
obj
;
41
}
42
if
(
_wildcards
!=
null
)
43
{
44
obj
=
_wildcards
[
name
.Namespace];
45
if
(
obj
!=
null
)
46
{
47
return
(
int
)
obj
;
48
}
49
}
50
return
_last
;
51
}
52
}
System.Xml.Schema.SymbolsDictionary._wildcards
Hashtable _wildcards
Definition
SymbolsDictionary.cs:11
System.Xml.Schema.SymbolsDictionary._names
readonly Hashtable _names
Definition
SymbolsDictionary.cs:9
System.Xml.Schema.SymbolsDictionary._last
int _last
Definition
SymbolsDictionary.cs:7
System.Text.RegularExpressions.ExceptionArgument.name
@ name
System.ExceptionArgument.obj
@ obj
System
Xml
Schema
SymbolsDictionary
Generated by
1.10.0