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

◆ RemoveEntry() [2/2]

void Ionic.Zip.ZipFile.RemoveEntry ( ZipEntry entry)
inline

Definition at line 1557 of file ZipFile.cs.

1558 {
1559 while (entry == null)
1560 {
1561 }
1563 string text = SharedUtilities.NormalizePathForUseInZipFile(entry._FileNameInArchive);
1564 this._contentsChanged = true;
1565 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676

References Ionic.Zip.ZipFile._entries, Ionic.Zip.ZipEntry._FileNameInArchive, j__TPar, Ionic.Zip.SharedUtilities.NormalizePathForUseInZipFile(), and System.text.

Referenced by Ionic.Zip.ZipFile.RemoveEntry(), and Ionic.Zip.ZipFile.UpdateFile().