Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryLookup()
[1/6]
bool
System.Xml.XmlDictionary.EmptyDictionary.TryLookup
(
int
key
,
[NotNullWhen(true)]
out
XmlDictionaryString
result
)
inline
Definition at line
17
of file
XmlDictionary.cs
.
18
{
19
result =
null
;
20
return
false
;
21
}
System
Xml
XmlDictionary
EmptyDictionary
Generated by
1.10.0