Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TempAssemblyCache.cs
Go to the documentation of this file.
2
4
5internal sealed class TempAssemblyCache
6{
8
9 internal TempAssembly this[string ns, object o]
10 {
11 get
12 {
14 return value;
15 }
16 }
17
31}
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< TempAssemblyCacheKey, TempAssembly > _cache
void Add(string ns, object o, TempAssembly assembly)