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

◆ WorkerSupportsCancellation

bool System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation
getset

Definition at line 241 of file BackgroundWorker.cs.

242 {
243 get
244 {
245 return this._canCancelWorker;
246 }
247 set
248 {
249 }
250 }