Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanSeek
override
bool
System.IO.BufferedStream.CanSeek
get
Definition at line
50
of file
BufferedStream.cs
.
51
{
52
get
53
{
54
if
(
_stream
!=
null
)
55
{
56
return
_stream
.
CanSeek
;
57
}
58
return
false
;
59
}
60
}
System.IO.BufferedStream._stream
Stream _stream
Definition
BufferedStream.cs:8
System.IO.Stream.CanSeek
bool CanSeek
Definition
Stream.cs:496
System
IO
BufferedStream
Generated by
1.10.0