Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[Type type, string member]
SoapAttributes
? System.Xml.Serialization.SoapAttributeOverrides.this[
Type
type
,
string
member]
get
Definition at line
11
of file
SoapAttributeOverrides.cs
.
12
{
13
get
14
{
15
Hashtable
hashtable = (
Hashtable
)
_types
[
type
];
16
if
(hashtable ==
null
)
17
{
18
return
null
;
19
}
20
return
(SoapAttributes)hashtable[member];
21
}
22
}
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.Xml.Serialization.SoapAttributeOverrides._types
readonly Hashtable _types
Definition
SoapAttributeOverrides.cs:7
System.ExceptionArgument.type
@ type
System
Xml
Serialization
SoapAttributeOverrides
Generated by
1.10.0