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

◆ Dispose() [2/2]

void System.Resources.ResourceReader.Dispose ( bool disposing)
inlineprivate

Definition at line 44 of file ResourceReader.cs.

45 {
46 if (this._store != null)
47 {
48 }
49 }

References System.Resources.ResourceReader._store.