Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Length
override
long System.IO.Compression.ZipArchiveEntry.DirectToArchiveWriterStream.Length
get
Definition at line
28
of file
ZipArchiveEntry.cs
.
29
{
30
get
31
{
32
ThrowIfDisposed
();
33
throw
new
NotSupportedException(
System
.
SR
.
SeekingNotSupported
);
34
}
35
}
System.IO.Compression.ZipArchiveEntry.DirectToArchiveWriterStream.ThrowIfDisposed
void ThrowIfDisposed()
Definition
ZipArchiveEntry.cs:68
System.SR.SeekingNotSupported
static string SeekingNotSupported
Definition
SR.cs:114
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
IO
Compression
ZipArchiveEntry
DirectToArchiveWriterStream
Generated by
1.10.0