Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Length
long System.IO.Compression.ZipArchiveEntry.Length
get
Definition at line
348
of file
ZipArchiveEntry.cs
.
349
{
350
get
351
{
352
if
(
_everOpenedForWrite
)
353
{
354
throw
new
InvalidOperationException
(
System
.
SR
.
LengthAfterWrite
);
355
}
356
return
_uncompressedSize
;
357
}
358
}
System.IO.Compression.ZipArchiveEntry._everOpenedForWrite
bool _everOpenedForWrite
Definition
ZipArchiveEntry.cs:242
System.IO.Compression.ZipArchiveEntry._uncompressedSize
long _uncompressedSize
Definition
ZipArchiveEntry.cs:228
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