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

◆ OnSaveCompleted()

void Ionic.Zip.ZipFile.OnSaveCompleted ( )
inlineprivate

Definition at line 1754 of file ZipFile.cs.

1755 {
1756 if (this.SaveProgress != null)
1757 {
1758 string name = this._name;
1759 SaveProgressEventArgs saveProgressEventArgs = SaveProgressEventArgs.Completed("(stream)");
1760 return;
1761 }
1762 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684

References Ionic.Zip.ZipFile._name, Ionic.Zip.SaveProgressEventArgs.Completed(), j__TPar, System.name, and Ionic.Zip.ZipFile.SaveProgress.