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

◆ ReadProgress

EventHandler< ReadProgressEventArgs > Ionic.Zip.ZipFile.ReadProgress
addremove

Definition at line 1767 of file ZipFile.cs.

1768 {
1769 add
1770 {
1772 if (@delegate != null && @delegate == null)
1773 {
1774 return;
1775 }
1776 }
1777 remove
1778 {
1780 if (@delegate != null && @delegate == null)
1781 {
1782 return;
1783 }
1784 }
1785 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ReadProgressEventArgs > ReadProgress
Definition ZipFile.cs:1768
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.OnReadBytes(), Ionic.Zip.ZipFile.OnReadCompleted(), Ionic.Zip.ZipFile.OnReadEntry(), and Ionic.Zip.ZipFile.OnReadStarted().