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

◆ OnReadCompleted()

void Ionic.Zip.ZipFile.OnReadCompleted ( )
inlineprivate

Definition at line 1799 of file ZipFile.cs.

1800 {
1801 if (this.ReadProgress != null)
1802 {
1803 string name = this._name;
1804 ReadProgressEventArgs readProgressEventArgs = ReadProgressEventArgs.Completed("(stream)");
1805 return;
1806 }
1807 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ReadProgressEventArgs > ReadProgress
Definition ZipFile.cs:1768

References Ionic.Zip.ZipFile._name, Ionic.Zip.ReadProgressEventArgs.Completed(), j__TPar, System.name, and Ionic.Zip.ZipFile.ReadProgress.