Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CompressedLength
long System.IO.Compression.ZipArchiveEntry.CompressedLength
get
Definition at line
267
of file
ZipArchiveEntry.cs
.
268
{
269
get
270
{
271
if
(
_everOpenedForWrite
)
272
{
273
throw
new
InvalidOperationException
(
System
.
SR
.
LengthAfterWrite
);
274
}
275
return
_compressedSize
;
276
}
277
}
System.IO.Compression.ZipArchiveEntry._compressedSize
long _compressedSize
Definition
ZipArchiveEntry.cs:226
System.IO.Compression.ZipArchiveEntry._everOpenedForWrite
bool _everOpenedForWrite
Definition
ZipArchiveEntry.cs:242
System.SR.LengthAfterWrite
static string LengthAfterWrite
Definition
SR.cs:102
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
IO
Compression
ZipArchiveEntry
Generated by
1.10.0