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

◆ Dispose() [2/2]

override void Ionic.Zip.ZipSegmentedStream.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.IO.Stream.

Definition at line 507 of file ZipSegmentedStream.cs.

508 {
509 if (this._innerStream != null)
510 {
511 }
512 base.Dispose(disposing);
513 }
class f__AnonymousType0<< Count > j__TPar

References Ionic.Zip.ZipSegmentedStream._innerStream, and j__TPar.