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
◆
Encryption
EncryptionAlgorithm
Ionic.Zip.ZipOutputStream.Encryption
get
set
Definition at line
92
of file
ZipOutputStream.cs
.
93
{
94
get
95
{
96
return
this.
_encryption
;
97
}
98
set
99
{
100
if
(!this.
_disposed
)
101
{
102
this._encryption
=
value
;
103
return
;
104
}
105
this._exceptionPending
=
true
;
106
}
107
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipOutputStream._encryption
EncryptionAlgorithm _encryption
Definition
ZipOutputStream.cs:710
Ionic.Zip.ZipOutputStream._disposed
bool _disposed
Definition
ZipOutputStream.cs:746
System.ExceptionArgument.value
@ value
Ionic
Zip
ZipOutputStream
Generated by
1.10.0