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

◆ MaxOutputSegmentSize

int Ionic.Zip.ZipFile.MaxOutputSegmentSize
getset

Definition at line 1115 of file ZipFile.cs.

1116 {
1117 get
1118 {
1119 return this._maxOutputSegmentSize;
1120 }
1121 set
1122 {
1123 while (value != 0)
1124 {
1125 }
1127 }
1128 }
class f__AnonymousType0<< Count > j__TPar
int _maxOutputSegmentSize
Definition ZipFile.cs:2664