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

◆ Save() [2/3]

void Ionic.Zip.ZipFile.Save ( Stream outputStream)
inline

Definition at line 2571 of file ZipFile.cs.

2572 {
2573 if (outputStream != null)
2574 {
2575 this._contentsChanged = true;
2576 this.Save();
2577 return;
2578 }
2579 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Ionic.Zip.ZipFile.Save().