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

◆ UpdateEntry() [2/6]

ZipEntry Ionic.Zip.ZipFile.UpdateEntry ( string entryName,
OpenDelegate opener,
CloseDelegate closer )
inline

Definition at line 293 of file ZipFile.cs.

294 {
295 this.RemoveEntryForUpdate(entryName);
296 return this.AddEntry(entryName, opener, closer);
297 }
class f__AnonymousType0<< Count > j__TPar
ZipEntry AddEntry(string entryName, string content)
Definition ZipFile.cs:160
void RemoveEntryForUpdate(string entryName)
Definition ZipFile.cs:307

References Ionic.Zip.ZipFile.AddEntry(), j__TPar, and Ionic.Zip.ZipFile.RemoveEntryForUpdate().