Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanRead
override
bool
System.IO.BufferedStream.CanRead
get
Definition at line
26
of file
BufferedStream.cs
.
27
{
28
get
29
{
30
if
(
_stream
!=
null
)
31
{
32
return
_stream
.
CanRead
;
33
}
34
return
false
;
35
}
36
}
System.IO.BufferedStream._stream
Stream _stream
Definition
BufferedStream.cs:8
System.IO.Stream.CanRead
bool CanRead
Definition
Stream.cs:492
System
IO
BufferedStream
Generated by
1.10.0