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
◆
ZipErrorAction
ZipErrorAction
Ionic.Zip.ZipFile.ZipErrorAction
get
set
Definition at line
1062
of file
ZipFile.cs
.
1063
{
1064
get
1065
{
1066
if
(this.
ZipError
!=
null
)
1067
{
1068
this._zipErrorAction
= ZipErrorAction.InvokeErrorEvent;
1069
return
ZipErrorAction.InvokeErrorEvent;
1070
}
1071
return
this.
_zipErrorAction
;
1072
}
1073
set
1074
{
1075
this._zipErrorAction
=
value
;
1076
if
(this.
ZipError
!=
null
)
1077
{
1078
}
1079
}
1080
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipFile.ZipError
EventHandler< ZipErrorEventArgs > ZipError
Definition
ZipFile.cs:2019
Ionic.Zip.ZipFile._zipErrorAction
ZipErrorAction _zipErrorAction
Definition
ZipFile.cs:2670
System.ExceptionArgument.value
@ value
Ionic
Zip
ZipFile
Generated by
1.10.0