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
◆
AlternateEncodingUsage
ZipOption
Ionic.Zip.ZipContainer.AlternateEncodingUsage
get
Definition at line
274
of file
ZipContainer.cs
.
275
{
276
get
277
{
278
ZipFile
zf
= this.
_zf
;
279
ZipOption
alternateEncodingUsage
;
280
if
(
zf
!=
null
)
281
{
282
alternateEncodingUsage
=
zf
.
_alternateEncodingUsage
;
283
return
alternateEncodingUsage
;
284
}
285
if
(
zf
!=
null
)
286
{
287
return
alternateEncodingUsage
;
288
}
289
}
290
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipContainer._zf
ZipFile _zf
Definition
ZipContainer.cs:308
Ionic.Zip.ZipContainer.ZipFile
ZipFile ZipFile
Definition
ZipContainer.cs:23
Ionic.Zip.ZipFile._alternateEncodingUsage
ZipOption _alternateEncodingUsage
Definition
ZipFile.cs:2760
Ionic
Zip
ZipContainer
Generated by
1.10.0