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

◆ CurrentName

string Ionic.Zip.ZipSegmentedStream.CurrentName
get

Definition at line 105 of file ZipSegmentedStream.cs.

106 {
107 get
108 {
109 string text;
110 if (this._currentName == null)
111 {
113 text = this._NameForSegment(currentDiskNumber);
115 }
116 return text;
117 }
118 }
class f__AnonymousType0<< Count > j__TPar
string _NameForSegment(uint diskNumber)