System::IO::BufferedStream::get_CanRead method

BufferedStream::get_CanRead method

Determines if the stream is readable.

virtual bool System::IO::BufferedStream::get_CanRead() const override

ReturnValue

True if the stream is readable; otherwise - false

See Also