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

◆ SaveProgress

EventHandler< SaveProgressEventArgs > Ionic.Zip.ZipFile.SaveProgress
addremove

Definition at line 1683 of file ZipFile.cs.

1684 {
1685 add
1686 {
1688 if (@delegate != null && @delegate == null)
1689 {
1690 return;
1691 }
1692 }
1693 remove
1694 {
1696 if (@delegate != null && @delegate == null)
1697 {
1698 return;
1699 }
1700 }
1701 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684
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.OnSaveBlock(), Ionic.Zip.ZipFile.OnSaveCompleted(), Ionic.Zip.ZipFile.OnSaveEntry(), Ionic.Zip.ZipFile.OnSaveEvent(), and Ionic.Zip.ZipFile.OnSaveStarted().