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
◆
CreationTime
DateTime
Ionic.Zip.ZipEntry.CreationTime
get
set
Definition at line
201
of file
ZipEntry.cs
.
202
{
203
get
204
{
205
DateTime
ctime
= this.
_Ctime
;
206
DateTime
dateTime;
207
return
dateTime;
208
}
209
set
210
{
211
DateTime
mtime
= this.
_Mtime
;
212
DateTime
atime
= this.
_Atime
;
213
this.
SetEntryTimes
(
value
, atime,
mtime
);
214
}
215
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipEntry._Ctime
DateTime _Ctime
Definition
ZipEntry.cs:2339
Ionic.Zip.ZipEntry.SetEntryTimes
void SetEntryTimes(DateTime created, DateTime accessed, DateTime modified)
Definition
ZipEntry.cs:218
Ionic.Zip.ZipEntry._Mtime
DateTime _Mtime
Definition
ZipEntry.cs:2333
Ionic.Zip.ZipEntry._Atime
DateTime _Atime
Definition
ZipEntry.cs:2336
System.ExceptionArgument.value
@ value
System.DateTime
Definition
DateTime.cs:13
Ionic
Zip
ZipEntry
Generated by
1.10.0