Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string ns, object o]
TempAssembly
System.Xml.Serialization.TempAssemblyCache.this[
string
ns, object
o
]
get
package
Definition at line
9
of file
TempAssemblyCache.cs
.
10
{
11
get
12
{
13
_cache
.
TryGetValue
(
new
TempAssemblyCacheKey(ns,
o
),
out
var
value
);
14
return
value
;
15
}
16
}
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.TempAssemblyCache._cache
Dictionary< TempAssemblyCacheKey, TempAssembly > _cache
Definition
TempAssemblyCache.cs:7
System.ExceptionArgument.value
@ value
System
Xml
Serialization
TempAssemblyCache
Generated by
1.10.0