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

◆ AddProgress

EventHandler< AddProgressEventArgs > Ionic.Zip.ZipFile.AddProgress
addremove

Definition at line 1956 of file ZipFile.cs.

1957 {
1958 add
1959 {
1961 if (@delegate != null && @delegate == null)
1962 {
1963 return;
1964 }
1965 }
1966 remove
1967 {
1969 if (@delegate != null && @delegate == null)
1970 {
1971 return;
1972 }
1973 }
1974 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< AddProgressEventArgs > AddProgress
Definition ZipFile.cs:1957
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.AfterAddEntry(), Ionic.Zip.ZipFile.OnAddCompleted(), and Ionic.Zip.ZipFile.OnAddStarted().