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

◆ WorkerReportsProgress

bool System.ComponentModel.BackgroundWorker.WorkerReportsProgress
getset

Definition at line 227 of file BackgroundWorker.cs.

228 {
229 get
230 {
231 return this._workerReportsProgress;
232 }
233 set
234 {
235 }
236 }