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]

virtual string System.Resources.ResourceSet.GetString ( string name)
inlinevirtual

Reimplemented in System.Resources.RuntimeResourceSet.

Definition at line 98 of file ResourceSet.cs.

99 {
100 if (this.GetObjectInternal(name) != null)
101 {
102 }
103 throw new InvalidCastException();
104 }
object GetObjectInternal(string name)

References System.Resources.ResourceSet.GetObjectInternal().