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

◆ OnReadEntry()

void Ionic.Zip.ZipFile.OnReadEntry ( bool before,
ZipEntry entry )
inlinepackage

Definition at line 1822 of file ZipFile.cs.

1823 {
1824 if (this.ReadProgress != null)
1825 {
1826 string name = this._name;
1828 return;
1829 }
1830 }
EventHandler< ReadProgressEventArgs > ReadProgress
Definition ZipFile.cs:1768
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676

References Ionic.Zip.ZipFile._entries, Ionic.Zip.ZipFile._name, System.name, and Ionic.Zip.ZipFile.ReadProgress.