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() [1/2]

override string System.Resources.RuntimeResourceSet.GetString ( string key)
inlinevirtual

Reimplemented from System.Resources.ResourceSet.

Definition at line 115 of file RuntimeResourceSet.cs.

116 {
117 long num = 0L;
118 if (this.GetObject(key, num != 0L, true) != null)
119 {
120 }
121 throw new InvalidCastException();
122 }
override object GetObject(string key)

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