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

◆ AccessedTime

DateTime Ionic.Zip.ZipEntry.AccessedTime
getset

Definition at line 182 of file ZipEntry.cs.

183 {
184 get
185 {
186 DateTime atime = this._Atime;
187 DateTime dateTime;
188 return dateTime;
189 }
190 set
191 {
192 DateTime ctime = this._Ctime;
193 DateTime mtime = this._Mtime;
194 this.SetEntryTimes(ctime, value, mtime);
195 }
196 }
class f__AnonymousType0<< Count > j__TPar
void SetEntryTimes(DateTime created, DateTime accessed, DateTime modified)
Definition ZipEntry.cs:218