Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Length
override long System.IO.Compression.SubReadStream.Length
get
Definition at line
21
of file
SubReadStream.cs
.
22
{
23
get
24
{
25
ThrowIfDisposed
();
26
return
_endInSuperStream
-
_startInSuperStream
;
27
}
28
}
System.IO.Compression.SubReadStream.ThrowIfDisposed
void ThrowIfDisposed()
Definition
SubReadStream.cs:70
System.IO.Compression.SubReadStream._endInSuperStream
readonly long _endInSuperStream
Definition
SubReadStream.cs:13
System.IO.Compression.SubReadStream._startInSuperStream
readonly long _startInSuperStream
Definition
SubReadStream.cs:9
System
IO
Compression
SubReadStream
Generated by
1.10.0