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

◆ ToString()

override string Ionic.Zip.ZipFile.ToString ( )
inline

Definition at line 1159 of file ZipFile.cs.

1160 {
1161 string name = this._name;
1162 return string.Format("ZipFile::{0}", name);
1163 }

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