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

◆ ZipError

EventHandler< ZipErrorEventArgs > Ionic.Zip.ZipFile.ZipError
addremove

Definition at line 2018 of file ZipFile.cs.

2019 {
2020 add
2021 {
2023 if (@delegate != null && @delegate == null)
2024 {
2025 return;
2026 }
2027 }
2028 remove
2029 {
2031 if (@delegate != null && @delegate == null)
2032 {
2033 return;
2034 }
2035 }
2036 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ZipErrorEventArgs > ZipError
Definition ZipFile.cs:2019
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._InternalAddEntry(), and Ionic.Zip.ZipFile.OnZipErrorSaving().