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

◆ OnSaveEvent()

void Ionic.Zip.ZipFile.OnSaveEvent ( ZipProgressEventType eventFlavor)
inlineprivate

Definition at line 1732 of file ZipFile.cs.

1733 {
1734 if (this.SaveProgress != null && this._name != null)
1735 {
1737 }
1738 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684

References Ionic.Zip.ZipFile._name, j__TPar, and Ionic.Zip.ZipFile.SaveProgress.