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.ZipSegmentedStream.ToString ( )
inline

Definition at line 166 of file ZipSegmentedStream.cs.

167 {
168 if ("ZipSegmentedStream" == null || "ZipSegmentedStream" != null)
169 {
170 string text;
171 if (this._currentName == null)
172 {
174 text = this._NameForSegment(currentDiskNumber);
176 if (text == null)
177 {
178 goto IL_0032;
179 }
180 }
181 if (text == null)
182 {
183 goto IL_0042;
184 }
185 IL_0032:
187 string text2;
188 if (text2 == null || text2 != null)
189 {
190 string text3;
191 return text3;
192 }
193 }
194 IL_0042:
195 throw new ArrayTypeMismatchException();
196 }
class f__AnonymousType0<< Count > j__TPar
ZipSegmentedStream.RwMode rwMode
string _NameForSegment(uint diskNumber)

References Ionic.Zip.ZipSegmentedStream._currentDiskNumber, Ionic.Zip.ZipSegmentedStream._currentName, Ionic.Zip.ZipSegmentedStream._NameForSegment(), j__TPar, Ionic.Zip.ZipSegmentedStream.rwMode, and System.text.