get_CanRead()

MemoryStream::get_CanRead() const method

Determines if the stream is readable.

bool System::IO::MemoryStream::get_CanRead() const override

Return Value

True if the stream is readable; otherwise - false

See Also