terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetString() [2/2]

override string System.Resources.RuntimeResourceSet.GetString ( string key,
bool ignoreCase )
inlinevirtual

Reimplemented from System.Resources.ResourceSet.

Definition at line 125 of file RuntimeResourceSet.cs.

126 {
127 if (this.GetObject(key, ignoreCase, true) != null)
128 {
129 }
130 throw new InvalidCastException();
131 }
class f__AnonymousType0<< Count > j__TPar
override object GetObject(string key)

References System.Resources.RuntimeResourceSet.GetObject(), and j__TPar.