Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Length
override long System.IO.Compression.WrappedStream.Length
get
Definition at line
18
of file
WrappedStream.cs
.
19
{
20
get
21
{
22
ThrowIfDisposed
();
23
return
_baseStream
.
Length
;
24
}
25
}
System.IO.Compression.WrappedStream._baseStream
readonly Stream _baseStream
Definition
WrappedStream.cs:8
System.IO.Compression.WrappedStream.ThrowIfDisposed
void ThrowIfDisposed()
Definition
WrappedStream.cs:97
System.IO.Stream.Length
long Length
Definition
Stream.cs:500
System
IO
Compression
WrappedStream
Generated by
1.10.0