Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[Type type, string member]
XmlAttributes
? System.Xml.Serialization.XmlAttributeOverrides.this[
Type
type
,
string
member]
get
Definition at line
11
of file
XmlAttributeOverrides.cs
.
12
{
13
get
14
{
15
if
(!
_types
.
TryGetValue
(
type
,
out
var
value
) || !
value
.TryGetValue(member,
out
var
value2
))
16
{
17
return
null
;
18
}
19
return
value2
;
20
}
21
}
System.Collections.Generic.Dictionary.TryGetValue
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Definition
Dictionary.cs:1419
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Serialization.XmlAttributeOverrides._types
readonly Dictionary< Type, Dictionary< string, XmlAttributes > > _types
Definition
XmlAttributeOverrides.cs:7
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.type
@ type
System
Xml
Serialization
XmlAttributeOverrides
Generated by
1.10.0