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

◆ OnAddCompleted()

void Ionic.Zip.ZipFile.OnAddCompleted ( )
inlineprivate

Definition at line 1990 of file ZipFile.cs.

1991 {
1992 if (this.AddProgress != null)
1993 {
1994 string name = this._name;
1995 AddProgressEventArgs addProgressEventArgs = AddProgressEventArgs.Completed("(stream)");
1996 return;
1997 }
1998 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< AddProgressEventArgs > AddProgress
Definition ZipFile.cs:1957

References Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile.AddProgress, Ionic.Zip.AddProgressEventArgs.Completed(), j__TPar, and System.name.

Referenced by Ionic.Zip.ZipFile.AddOrUpdateDirectoryImpl().