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.ZipEntry.ZipErrorAction
getset

Definition at line 691 of file ZipEntry.cs.

692 {
693 get
694 {
695 return this.<ZipErrorAction>k__BackingField;
696 }
697 set
698 {
699 this.<ZipErrorAction>k__BackingField = value;
700 }
701 }
ExtractExistingFileAction< ExtractExistingFile > k__BackingField
Definition ZipEntry.cs:2528