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

◆ ExtractProgress

EventHandler< ExtractProgressEventArgs > Ionic.Zip.ZipFile.ExtractProgress
addremove

Definition at line 1853 of file ZipFile.cs.

1854 {
1855 add
1856 {
1858 if (@delegate != null && @delegate == null)
1859 {
1860 return;
1861 }
1862 }
1863 remove
1864 {
1866 if (@delegate != null && @delegate == null)
1867 {
1868 return;
1869 }
1870 }
1871 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Ionic.Zip.ZipFile.OnExtractAllCompleted(), Ionic.Zip.ZipFile.OnExtractAllStarted(), Ionic.Zip.ZipFile.OnExtractBlock(), Ionic.Zip.ZipFile.OnExtractEntry(), Ionic.Zip.ZipFile.OnExtractExisting(), and Ionic.Zip.ZipFile.OnSingleEntryExtract().